-
Notifications
You must be signed in to change notification settings - Fork 255
Automatic Start Airsonos #137
Comments
put the following line in /etc/rc.local: sudo -u root -i /path/to/airsonos (lookup the correct path for airsonos with "whereis airsonos" or "which airsonos") the -i makes sure that the process created for airsonos has the same environment setup as an interactive login, so all PATH info is correct. |
This isn't in the current scope of the project. Another solution: #197 |
to use crontab you need to make sure the node's path is explicitly called A. find the location of airsonos script by executing
C. create the restart script : copy this script in
D. set the permissions : E. setup your cron to execute every 5 min by doing the following
|
Is it possible to start airsonos automatically on the pi start ? I don't now how !
The text was updated successfully, but these errors were encountered: