mirror of
https://github.com/chatmail/relay.git
synced 2026-05-12 09:04:36 +00:00
The cert monitoring was an orphaned background process (`monitor_certificates &`) Replace with a proper systemd timer/service (every 60s). Also made journald ForwardToConsole=yes idempotent.
10 lines
138 B
SYSTEMD
10 lines
138 B
SYSTEMD
[Unit]
|
|
Description=Periodically check TLS certificate changes
|
|
|
|
[Timer]
|
|
OnBootSec=120
|
|
OnUnitActiveSec=60
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|