From 464739c39166b81eacac459253ebcf311cf9297e Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Sat, 24 May 2014 13:58:05 +0200 Subject: samba really requires its daemons --- nixos/modules/services/network-filesystems/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/services/network-filesystems/samba.nix b/nixos/modules/services/network-filesystems/samba.nix index 51a4d193d504..4218b965cd9e 100644 --- a/nixos/modules/services/network-filesystems/samba.nix +++ b/nixos/modules/services/network-filesystems/samba.nix @@ -59,7 +59,7 @@ let daemonService = appName: args: { description = "Samba Service Daemon ${appName}"; - wantedBy = [ "samba.target" ]; + requiredBy = [ "samba.target" ]; partOf = [ "samba.target" ]; environment = { -- cgit 1.4.1