mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2024-11-26 15:32:16 +00:00
16 lines
275 B
Desktop File
16 lines
275 B
Desktop File
[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
|
|
IgnoreSIGPIPE=true
|
|
Restart=always
|
|
RestartSec=3
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|