You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone write an quick init.d script to start this as a background service? I've been trying for hours but can't get past the virtualenv. I'm on centOS 7. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
If your running on an RPI then you can use cron for that. Here is what I did:
cd /
crontab -e
at the end of the file add " @reboot cd /home/speedcomplainerDirectory && python speedcomplainer.py > /dev/null & "
(speedcomplainerDirectory should be changed to your speedcomplainer Directory)
Could someone write an quick init.d script to start this as a background service? I've been trying for hours but can't get past the virtualenv. I'm on centOS 7. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: