LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
92 stars 28 forks source link

startup without internet connection #120

Closed Gandalf210 closed 4 years ago

Gandalf210 commented 4 years ago

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 4 years ago

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 4 years ago

thanks. Works as intended