Merge pull request #73061 from Izorkin/samba

samba: remove redundant dependency on network.target
This commit is contained in:
Florian Klink 2019-11-13 22:01:02 +01:00 committed by GitHub
commit 1dacc3d4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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