forked from pool/dehydrated
11 lines
168 B
SYSTEMD
11 lines
168 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run Certificate Update Runner for Dehydrated
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
# Two hour window
|
||
|
RandomizedDelaySec=7200
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|