Open martinb07 opened 6 years ago
Hi How can I run the script on startup?
Thanks. Martin
It needs a stdin stream. You can start it with /etc/local if this file exists on your system:
sleep 99999999 | python relay.py ... &> /tmp/cam.log &
the sleep command is a simple hack to provide a stdin stream.
Hi How can I run the script on startup?
Thanks. Martin