9 lines
277 B
SYSTEMD
9 lines
277 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/docker restart reverse_proxy
|
||
|
ExecStart=/usr/bin/rm /root/data/acme.sh/.reload
|
||
|
#ExecStart=/usr/bin/touch /root/amogus.txt
|