Author: eelco
Date: Sun Mar 4 17:49:00 2012
New Revision: 32779
URL: https://nixos.org/websvn/nix/?rev=32779&sc=1
Log:
* 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.
Modified:
nixos/trunk/modules/services/system/dbus.nix
Modified: nixos/trunk/modules/services/system/dbus.nix
==============================================================================
--- nixos/trunk/modules/services/system/dbus.nix Sun Mar 4 17:21:33
2012 (r32778)
+++ nixos/trunk/modules/services/system/dbus.nix Sun Mar 4 17:49:00
2012 (r32779)
@@ -135,12 +135,14 @@
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 =
''
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits