* `sm-notify' should also run on the server
(http://hydra.nixos.org/build/483567). I love regression tests. svn path=/nixos/trunk/; revision=22559
This commit is contained in:
parent
ddf6dae895
commit
b51e309c89
1 changed files with 1 additions and 2 deletions
|
@ -175,8 +175,7 @@ in
|
|||
|
||||
exec = "${pkgs.nfsUtils}/sbin/rpc.statd --no-notify";
|
||||
|
||||
postStart = optionalString cfg.client.enable
|
||||
"${pkgs.nfsUtils}/sbin/sm-notify -d";
|
||||
postStart = "${pkgs.nfsUtils}/sbin/sm-notify -d";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue