about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-06-18 16:15:50 -0500
committerAustin Seipp <aseipp@pobox.com>2014-06-18 16:15:50 -0500
commite5023b1f4532f7423ff527cf75e8e542dc28cdd6 (patch)
treecdaea7ecb137042994d0f0a476828d7deccf4a9f /nixos/modules
parent4eb7fdcc13459e58714f7282b33dfd29780014ee (diff)
parent464739c39166b81eacac459253ebcf311cf9297e (diff)
downloadnixlib-e5023b1f4532f7423ff527cf75e8e542dc28cdd6.tar
nixlib-e5023b1f4532f7423ff527cf75e8e542dc28cdd6.tar.gz
nixlib-e5023b1f4532f7423ff527cf75e8e542dc28cdd6.tar.bz2
nixlib-e5023b1f4532f7423ff527cf75e8e542dc28cdd6.tar.lz
nixlib-e5023b1f4532f7423ff527cf75e8e542dc28cdd6.tar.xz
nixlib-e5023b1f4532f7423ff527cf75e8e542dc28cdd6.tar.zst
nixlib-e5023b1f4532f7423ff527cf75e8e542dc28cdd6.zip
Merge pull request #2974 from bluescreen303/samba
samba really requires its daemons
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/network-filesystems/samba.nix2
1 files changed, 1 insertions, 1 deletions
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 = {