From 1b47614c4628471fbee4a12c0266a324d1792f5d Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Sat, 29 Sep 2012 08:05:21 +0200 Subject: [PATCH] invalidate-nscd: use script instead of exec for multiple commands otherwise, only the first one line executes --- modules/services/system/nscd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/system/nscd.nix b/modules/services/system/nscd.nix index ca5ac428a9d..457be266424 100644 --- a/modules/services/system/nscd.nix +++ b/modules/services/system/nscd.nix @@ -65,7 +65,7 @@ in startOn = "ip-up or config-changed"; task = true; path = [ pkgs.glibc ]; - exec = '' + script = '' nscd --invalidate=passwd nscd --invalidate=group nscd --invalidate=hosts