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