mirror of
https://github.com/lfs-book/make-ca.git
synced 2026-01-09 14:17:23 +00:00
11 lines
143 B
SYSTEMD
11 lines
143 B
SYSTEMD
[Unit]
|
|
Description=Update PKI/TLS certificate store weekly
|
|
|
|
[Timer]
|
|
OnCalendar=Sun 02:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|