mirror of
https://github.com/containers/podman.git
synced 2025-09-19 12:56:57 +08:00

There is really no reason why these should be in separate dir. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
11 lines
143 B
SYSTEMD
11 lines
143 B
SYSTEMD
[Unit]
|
|
Description=Podman auto-update timer
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=900
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|