Autostart #1297
DiagnozHub
started this conversation in
General
Autostart
#1297
Replies: 1 comment 1 reply
-
Unfortunately as of today there is no native integration with any process manager (as that would be an external dependency). Let me know if this doesn't help you kick start. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey )
How can I start proxy.py when Linux starting ?
I tried crontab, like:
@reboot sleep 60 && /usr/lib/meteo/carsdetector.sh
in carsdetector.sh:
proxy --hostname 0.0.0.0 --port 8766 --basic-auth usr1:pass1 --log-file /usr/lib/meteo/2.log
When I start this manually it works, but from cron it doesn't works ((
Beta Was this translation helpful? Give feedback.
All reactions