10 lines
163 B
SYSTEMD
10 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Run mailcow cert push twice daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03,15:00:00
|
|
Persistent=true
|
|
RandomizedDelaySec=300
|
|
|
|
[Install]
|
|
WantedBy=timers.target |