You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
386 B
INI
17 lines
386 B
INI
[Unit]
|
|
Description=Start ngrok tunnel on startup
|
|
After=network-online.target
|
|
Wants=network-online.target systemd-networkd-wait-online.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/ngrok start --all --config /home/pi/video-player/ngrok.yml
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
IgnoreSIGPIPE=true
|
|
Restart=always
|
|
RestartSec=3
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|