11 lines
145 B
SYSTEMD
11 lines
145 B
SYSTEMD
|
[Unit]
|
||
|
Description=Renew certificates
|
||
|
|
||
|
[Timer]
|
||
|
Persistent=true
|
||
|
OnCalendar=*-*-* 01:15:00
|
||
|
RandomizedDelaySec=2h
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|