11 lines
158 B
SYSTEMD
11 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=Timer for certwarden-deploy
|
||
|
|
||
|
[Timer]
|
||
|
Persistent=true
|
||
|
OnCalendar=Sat *-*-* 04:00:00
|
||
|
RandomizedDelaySec=2h
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|