8 lines
277 B
Desktop File
8 lines
277 B
Desktop File
# 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
|