systemd: add units for a service and timer
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
f8a6a4deca
commit
082a4cb672
3 changed files with 21 additions and 0 deletions
10
too-soon-remote@.timer
Normal file
10
too-soon-remote@.timer
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=check domain's certificate expiration and alert if expires within 20d
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 6:00
|
||||
RemainAfterElapse=no
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue