Difference between revisions of "Auto start"
From Box Of Stops Online Help
Boxofstops (Talk | contribs) (Created page with "When Box Of Stops is first http://boxofstops.com/install installed, it will automatically configure itself to auto-start. This means it will launch itself automatically w...") |
Boxofstops (Talk | contribs) |
||
Line 1: | Line 1: | ||
When Box Of Stops is first [[http://boxofstops.com/install installed]], it will automatically configure itself to auto-start. This means it will launch itself automatically whenever the Raspberry Pi is booted up. | When Box Of Stops is first [[http://boxofstops.com/install installed]], it will automatically configure itself to auto-start. This means it will launch itself automatically whenever the Raspberry Pi is booted up. | ||
− | If this is not wanted, it can be disabled from [[Application | + | If this is not wanted, it can be disabled from [[Application properties]]. The '''auto.start''' property can be set to: |
* '''true''' To enable Box Of Stops to [[Starting|start]] itself | * '''true''' To enable Box Of Stops to [[Starting|start]] itself | ||
* '''false''' To prevent Box Of Stops from starting itself when the Pi is booted | * '''false''' To prevent Box Of Stops from starting itself when the Pi is booted |
Revision as of 18:03, 23 October 2016
When Box Of Stops is first [installed], it will automatically configure itself to auto-start. This means it will launch itself automatically whenever the Raspberry Pi is booted up.
If this is not wanted, it can be disabled from Application properties. The auto.start property can be set to:
- true To enable Box Of Stops to start itself
- false To prevent Box Of Stops from starting itself when the Pi is booted
- If it has no value, the /etc/rc.local file will be left unchanged. This is mainly useful if you would like to avoid the need for special permissions to run Box Of Stops - see the topic on the sudo command for more information on this
Note, after the changing the auto.start property, Box Of Stops should be started again, to pick up the change. In detail, what this means is the /etc/rc.local file will be changed appropriately.