Adding systemd units
This commit is contained in:
parent
fe5933c850
commit
aafdf0c9f5
4 changed files with 44 additions and 0 deletions
11
etc/systemd∕system/container-updater.timer
Normal file
11
etc/systemd∕system/container-updater.timer
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Update Containers Daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
AccuracySec=1h
|
||||
Persistent=true
|
||||
RandomizedDelaySec=6000
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue