cpd73 wrote: 
> Try creating a systemd service file, e.g. ngrok.service:
> > 
Code:
--------------------
  >   > 
  > [Unit]
  > Description=Blah
  > After=multi-user.target
  > 
  > [Service]
  > Type=simple
  > ExecStart=ngrok http -inspect=false -auth "username:password" 9000
  > Restart=on-failure
  > 
  > [Install]
  > WantedBy=multi-user.target
  > 
  > 
--------------------
> > 
> 
> Copy to /etc/systemd/system, then run:
> 
> > 
Code:
--------------------
  >   > 
  > sudo systemctl daemon-reload
  > sudo systemctl enable ngrok
  > sudo systemctl start ngrok
  > 
--------------------
> > 

I just tried this and ngrok still fails to run. If it makes a difference
I changed the second line to
"After=network.target"
based on other examples I found.  Also I used
"ExecStart=/usr/local/bin/ngrok http -inspect=false -author"
username:password" 9000"

Sent from my SM-G900F using Tapatalk




------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to