LukeSkywalker92/TeleFrame

startup without internet connection

Gandalf210 opened this issue · 2 comments

Hey

During the installation, I could select if I want to wait for Internet connectivity before starting teleframe. Is there a way to change it later, after the installation process?

First remove the old app: pm2 delete TeleFrame
For waiting: pm2 start ~/TeleFrame/tools/pm2_TeleFrame_waitForInternet.json
For non waiting: pm2 start ~/TeleFrame/tools/pm2_TeleFrame.json
Last save the pm2 config: pm2 save

thanks. Works as intended