mirror of
https://github.com/containers/podman.git
synced 2025-10-15 02:06:42 +08:00

There is really no reason why these should be in separate dir. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
14 lines
274 B
SYSTEMD
14 lines
274 B
SYSTEMD
[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
|