1
0
mirror of https://github.com/Luzifer/expose.git synced 2024-09-19 15:42:57 +00:00
expose/docs/ngrok.service
Knut Ahlers 1d35b0988e
Initial version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-04-14 02:45:38 +02:00

15 lines
230 B
Desktop File

[Unit]
Description=ngrok port forwarding
After=network-online.target
[Service]
TimeoutStartSec=0
TimeoutStopSec=0
Restart=on-failure
RestartSec=5
ExecStart=/usr/local/bin/ngrok start --none
[Install]
WantedBy=multi-user.target