12 lines
182 B
SYSTEMD
12 lines
182 B
SYSTEMD
|
[Unit]
|
||
|
Description=Updates the ZNC certificate weekly
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=weekly
|
||
|
Unit=sh.zio.znc.update-cert.service
|
||
|
AccuracySec=1h
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|