* Pass --no-sessions to Upstart to make sure users cannot start
Upstart jobs (even when Upstart has attached to D-Bus). svn path=/nixos/trunk/; revision=33617
This commit is contained in:
parent
9a91181be9
commit
e44b87dd31
|
@ -186,4 +186,4 @@ fi
|
||||||
|
|
||||||
# Start Upstart's init.
|
# Start Upstart's init.
|
||||||
echo "starting Upstart..."
|
echo "starting Upstart..."
|
||||||
PATH=/var/run/current-system/upstart/sbin exec init ${debug2:+--verbose}
|
PATH=/var/run/current-system/upstart/sbin exec init --no-sessions ${debug2:+--verbose}
|
||||||
|
|
Loading…
Reference in New Issue