mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
samba: remove redundant dependency on network.target
This reverts commit 679d5e8bd5
.
Services samba-smbd, samba-nmbd and samba-winbind are part of
samba.target, which already has an After=network.target
This commit is contained in:
parent
dadafc211e
commit
d35ba101c5
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ let
|
|||
daemonService = appName: args:
|
||||
{ description = "Samba Service Daemon ${appName}";
|
||||
|
||||
after = [ "network.target" ];
|
||||
requiredBy = [ "samba.target" ];
|
||||
partOf = [ "samba.target" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue