mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-12 13:51:33 -05:00
12 lines
158 B
SYSTEMD
12 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update Containers Daily
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
AccuracySec=1h
|
||
|
Persistent=true
|
||
|
RandomizedDelaySec=6000
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|