Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/182 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
12 lines
161 B
SYSTEMD
12 lines
161 B
SYSTEMD
[Unit]
|
|
Description=Run cert renew Make target at ~5 AM daily
|
|
|
|
[Timer]
|
|
OnCalendar=05:05
|
|
RandomizedDelaySec=20m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|