startup without internet connection
Gandalf210 opened this issue · 2 comments
Gandalf210 commented
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?
LuHKae commented
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
Gandalf210 commented
thanks. Works as intended