letsencrypt-tools/systemd/letsencrypt-deploy.path

14 lines
335 B
SYSTEMD
Raw Normal View History

2023-06-16 11:25:12 -07:00
[Unit]
Description="Monitor /var/tmp/letsencrypt/ for cert names to deploy."
After=apache2.service
[Path]
# TriggerLimitIntervalSec=60 - not available until next version of systemd (250)
MakeDirectory=true
DirectoryMode=0777
DirectoryNotEmpty=/var/tmp/letsencrypt
Unit=letsencrypt-deploy.service
[Install]
WantedBy=multi-user.target