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
This commit is contained in:
parent
be69799f35
commit
53af6f5668
@ -183,7 +183,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
jobs.mountall =
|
jobs.mountall =
|
||||||
{ startOn = "started udev";
|
{ startOn = "started udev or config-changed";
|
||||||
|
|
||||||
task = true;
|
task = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user