Add example systemd service and timer
This commit is contained in:
10
systemd/update-pki.timer
Normal file
10
systemd/update-pki.timer
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user