sh.zio.znc.update-cert: add script and services
This commit is contained in:
parent
4113e0a446
commit
c952be0c12
4 changed files with 29 additions and 0 deletions
11
etc/systemd/system/sh.zio.znc.update-cert.timer
Normal file
11
etc/systemd/system/sh.zio.znc.update-cert.timer
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue