summaryrefslogtreecommitdiff
path: root/contrib/systemd/auto-update/podman-auto-update.service
blob: 9376db225df7f529fc85ec18f534596f3ae47530 (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.target
After=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/bin/podman auto-update
ExecStartPost=/usr/bin/podman image prune -f

[Install]
WantedBy=multi-user.target default.target