systemd.timer как альтернатива крону на примере перевыпуска сертификатов
https://andrewpillar.com/programming/2022/12/08/systemd-timer-an-alternative-to-cron/
#systemd #timer #cron
https://andrewpillar.com/programming/2022/12/08/systemd-timer-an-alternative-to-cron/
#systemd #timer #cron
Andrewpillar
systemd.timer, an alternative to cron
There will come a point in time during your time administering a Linux server
where you will want to perform a job on a schedule. Perhaps you want to rotate
some TLS certificates before they expire, or delete old files that are no longer
needed. Typically…
where you will want to perform a job on a schedule. Perhaps you want to rotate
some TLS certificates before they expire, or delete old files that are no longer
needed. Typically…