summaryrefslogtreecommitdiff
path: root/contrib/systemd/auto-update/podman-auto-update.service.in
blob: a703912e28c9c4fef1e370d1194fb233738e27ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Podman auto-update service
Documentation=man:podman-auto-update(1)
Wants=network-online.target
After=network-online.target

[Service]
Type=oneshot
ExecStart=@@PODMAN@@ auto-update
ExecStartPost=@@PODMAN@@ image prune -f

[Install]
WantedBy=default.target