Update ngrok.service

This commit is contained in:
jose-baires 2022-04-06 10:15:49 -05:00 committed by GitHub
parent e4c01148bd
commit b31568e183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ Description=ngrok
After=network.target
[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
KillMode=process
IgnoreSIGPIPE=true