9 lines
162 B
SYSTEMD
9 lines
162 B
SYSTEMD
|
[Unit]
|
||
|
Description=Restart services which use SSL when the cert directory changes
|
||
|
|
||
|
[Path]
|
||
|
PathChanged=/etc/letsencrypt/live
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|