mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
* 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 = "
|
||||
start on startup
|
||||
start on new-devices
|
||||
start on ip-up
|
||||
|
||||
script
|
||||
PATH=${e2fsprogs}/sbin:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user