mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-05-14 13:42:06 +00:00
Update ngrok.service
This commit is contained in:
parent
e4c01148bd
commit
b31568e183
|
@ -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
|
ExecStart=/opt/ngrok/ngrok start --all --config /opt/ngrok/ngrok.yml --log stdout
|
||||||
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