Add example systemd service and timer

This commit is contained in:
DJ Lucas
2017-09-30 00:49:49 -05:00
parent 63ca0511c9
commit ecdb27dff2
3 changed files with 23 additions and 1 deletions

10
systemd/update-pki.timer Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Update PKI/TLS certificate store weekly
[Timer]
OnCalendar=Sun 02:00:00
Persistent=true
[Install]
WantedBy=timers.target