mirror of
https://github.com/Luzifer/expose.git
synced 2024-11-08 14:20:04 +00:00
15 lines
230 B
SYSTEMD
15 lines
230 B
SYSTEMD
|
[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
|
||
|
|