Difference between revisions of "Auto start"

From Box Of Stops Online Help
Jump to: navigation, search
(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...")
 
(Controlling auto start)
 
(3 intermediate revisions by the same user not shown)
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 settings]].  The '''auto.start''' property can be set to:
+
== Controlling auto start ==
 +
 
 +
If this is not what is 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

Latest revision as of 19:14, 7 August 2017

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.

Controlling auto start

If this is not what is 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.