proxmox-vms/roles/acme.sh/files/acme.sh-reload.service

9 lines
266 B
SYSTEMD
Raw Normal View History

2025-10-13 23:28:22 +02:00
# This service cannot and should not be enabled directly.
[Unit]
Description=Reload NGINX on command from acme.sh
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart nginx
ExecStart=/usr/bin/rm /srv/acme.sh/.reload
2025-11-03 11:47:44 +01:00
ExecStart=/usr/bin/chmod -R 755 /srv/certs