10 lines
266 B
SYSTEMD
10 lines
266 B
SYSTEMD
|
[Unit]
|
||
|
Description="Monitor the mailserver certificate files to trigger a e-mail services restart after the certificates has been renewed"
|
||
|
|
||
|
[Path]
|
||
|
PathModified=/root/.acme.sh/mail.example.com/
|
||
|
Unit=le-mailserver-restart.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|