From 53af6f56683fcc675919b997cabf8d69b9f20818 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 21 May 2012 21:26:45 +0000 Subject: [PATCH] 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. svn path=/nixos/trunk/; revision=34201 --- modules/tasks/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tasks/filesystems.nix b/modules/tasks/filesystems.nix index 19bfb7c4deb..5848e21688c 100644 --- a/modules/tasks/filesystems.nix +++ b/modules/tasks/filesystems.nix @@ -183,7 +183,7 @@ in }; jobs.mountall = - { startOn = "started udev"; + { startOn = "started udev or config-changed"; task = true;