10 lines
176 B
SYSTEMD
10 lines
176 B
SYSTEMD
[Unit]
|
|
Description=check domain's certificate expiration and alert if expires within 20d
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 6:00
|
|
RemainAfterElapse=no
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|