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