systemd-ngrok/ngrok.service

16 lines
275 B
SYSTEMD
Raw Normal View History

2017-04-10 04:40:27 +00:00
[Unit]
Description=ngrok
After=network.target
[Service]
ExecStart=/opt/ngrok/ngrok start --all --config /opt/ngrok/ngrok.yml
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
2019-02-15 13:13:19 +00:00
IgnoreSIGPIPE=true
Restart=always
RestartSec=3
2017-04-10 04:40:27 +00:00
Type=simple
[Install]
WantedBy=multi-user.target