1
0
mirror of https://github.com/Luzifer/expose.git synced 2024-09-19 15:42:57 +00:00
expose/docs/ngrok.service

15 lines
230 B
SYSTEMD
Raw Permalink Normal View History

[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