Author: eelco Date: Mon Jul 12 13:03:27 2010 New Revision: 22559 URL: https://svn.nixos.org/websvn/nix/?rev=22559&sc=1
Log: * `sm-notify' should also run on the server (http://hydra.nixos.org/build/483567). I love regression tests. Modified: nixos/trunk/modules/services/network-filesystems/nfs-kernel.nix Modified: nixos/trunk/modules/services/network-filesystems/nfs-kernel.nix ============================================================================== --- nixos/trunk/modules/services/network-filesystems/nfs-kernel.nix Mon Jul 12 12:35:25 2010 (r22558) +++ nixos/trunk/modules/services/network-filesystems/nfs-kernel.nix Mon Jul 12 13:03:27 2010 (r22559) @@ -175,8 +175,7 @@ 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"; }; }; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
