8 lines
223 B
SYSTEMD
8 lines
223 B
SYSTEMD
![]() |
# 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
|