mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Still problems with nfs-kernel with only the client enabled.
Fix the upstart script 'start on' part. svn path=/nixos/trunk/; revision=20555
This commit is contained in:
parent
c4ae499f3d
commit
9f5d77f78d
@ -151,7 +151,7 @@ in
|
||||
|
||||
description = "Kernel NFS server - Network Status Monitor";
|
||||
|
||||
startOn = "started ${if cfg.server.enable then "nfs-kernel-nfsd and " else ""} started portmap";
|
||||
startOn = "${if cfg.server.enable then "started nfs-kernel-nfsd and " else ""} started portmap";
|
||||
stopOn = "stopping nfs-kernel-exports";
|
||||
|
||||
preStart =
|
||||
|
Loading…
Reference in New Issue
Block a user