mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
* On second thought, let's not enable user support in Upstart. The
first user job I put in ~/.init caused Upstart to crash with an assertion failure, taking down the system. Given that Upstart has a non-trivial attack surface with this feature, it seems best to disable it. svn path=/nixos/trunk/; revision=32779
This commit is contained in:
parent
835170fe19
commit
29b6b8769f
1 changed files with 2 additions and 0 deletions
|
@ -135,12 +135,14 @@ in
|
|||
|
||||
exec = "dbus-daemon --system";
|
||||
|
||||
/*
|
||||
postStart =
|
||||
''
|
||||
# Signal Upstart to connect to the system bus. This
|
||||
# allows ‘initctl’ to work for non-root users.
|
||||
kill -USR1 1
|
||||
'';
|
||||
*/
|
||||
|
||||
postStop =
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue