Merge pull request #41841 from Izorkin/samba

samba: fix autostart service
This commit is contained in:
Joachim F
2019-10-12 14:31:39 +00:00
committed by GitHub

View File

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