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