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:
Izorkin 2019-11-08 19:42:24 +03:00
parent dadafc211e
commit d35ba101c5
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ let
daemonService = appName: args:
{ description = "Samba Service Daemon ${appName}";
after = [ "network.target" ];
requiredBy = [ "samba.target" ];
partOf = [ "samba.target" ];