Automatically start ngrok by systemd
Go to file
oliviero57000 6572619e6b
Update README
Hi, 

I corrected the README file because there were errors on NGROK name in the  installation steps (NGORK instead of NGROK).

Have a good day.

Olivier
2018-10-05 17:02:29 +02:00
LICENSE Initial commit 2017-04-10 12:37:02 +08:00
ngrok.service Add configuration files 2017-04-10 12:58:50 +08:00
ngrok.yml Add configuration files 2017-04-10 12:58:50 +08:00
README.md Update README 2018-10-05 17:02:29 +02:00

Installation

Step 1: Place ngrok in /opt/ngrok/

Step 2: Get authtoken from ngrok website, then add it to /opt/ngrok/ngrok.yml

Step 3: Add ngrok.service to /etc/systemd/system/

Step 4: Start ngork service by typing:

    systemctl daemon-reload
    systemctl enable ngrok.service
    systemctl start ngrok.service