mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-05-12 20:51:32 +00:00
Update ngrok.service
This commit is contained in:
parent
b31568e183
commit
3a34ca2edd
|
@ -3,7 +3,7 @@ Description=ngrok
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/opt/ngrok/ngrok start --all --config /opt/ngrok/ngrok.yml --log stdout
|
ExecStart=/opt/ngrok/ngrok start --all --config /opt/ngrok/ngrok.yml
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
KillMode=process
|
KillMode=process
|
||||||
IgnoreSIGPIPE=true
|
IgnoreSIGPIPE=true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user