12 lines
275 B
SYSTEMD
12 lines
275 B
SYSTEMD
[Unit]
|
|
Description=Watching for changes to dotya.ml certs and triggering copy service
|
|
ConditionPathExists=/etc/letsencrypt/live/dotya.ml
|
|
|
|
[Path]
|
|
PathChanged=/etc/letsencrypt/live/dotya.ml
|
|
TriggerLimitIntervalSec=30s
|
|
TriggerLimitBurst=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|