* Mount file systems when an ip-up event occurs (e.g., for NFS mounts).
svn path=/nixos/trunk/; revision=7619
This commit is contained in:
parent
a7644b8855
commit
99b24cf4d1
@ -16,6 +16,7 @@ in
|
|||||||
job = "
|
job = "
|
||||||
start on startup
|
start on startup
|
||||||
start on new-devices
|
start on new-devices
|
||||||
|
start on ip-up
|
||||||
|
|
||||||
script
|
script
|
||||||
PATH=${e2fsprogs}/sbin:$PATH
|
PATH=${e2fsprogs}/sbin:$PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user