diff options
Diffstat (limited to 'contrib/systemd/auto-update/podman-auto-update.timer')
-rw-r--r-- | contrib/systemd/auto-update/podman-auto-update.timer | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/systemd/auto-update/podman-auto-update.timer b/contrib/systemd/auto-update/podman-auto-update.timer new file mode 100644 index 000000000..3e50ffa9b --- /dev/null +++ b/contrib/systemd/auto-update/podman-auto-update.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Podman auto-update timer + +[Timer] +OnCalendar=daily +Persistent=true + +[Install] +WantedBy=timers.target |