letsencrypt-tools/systemd/letsencrypt-deploy.path
Matthew Saunders Brown 80db965dbf add deploy tools
2023-06-16 11:25:12 -07:00

14 lines
335 B
SYSTEMD

[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