* `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:
Eelco Dolstra 2010-07-12 13:03:27 +00:00
parent ddf6dae895
commit b51e309c89

View file

@ -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";
};
};