Author: rob
Date: Mon May 21 21:26:45 2012
New Revision: 34201
URL: https://nixos.org/websvn/nix/?rev=34201&sc=1
Log:
Execute mount-all task on config-changed event to make sure it is performed
before other upstart jobs are started on activating the new configuration.
Modified:
nixos/trunk/modules/tasks/filesystems.nix
Modified: nixos/trunk/modules/tasks/filesystems.nix
==============================================================================
--- nixos/trunk/modules/tasks/filesystems.nix Mon May 21 20:48:19 2012
(r34200)
+++ nixos/trunk/modules/tasks/filesystems.nix Mon May 21 21:26:45 2012
(r34201)
@@ -183,7 +183,7 @@
};
jobs.mountall =
- { startOn = "started udev";
+ { startOn = "started udev or config-changed";
task = true;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits