mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Merge pull request #73061 from Izorkin/samba
samba: remove redundant dependency on network.target
This commit is contained in:
commit
1dacc3d4be
@ -40,7 +40,6 @@ let
|
||||
daemonService = appName: args:
|
||||
{ description = "Samba Service Daemon ${appName}";
|
||||
|
||||
after = [ "network.target" ];
|
||||
requiredBy = [ "samba.target" ];
|
||||
partOf = [ "samba.target" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user