Merge pull request #41841 from Izorkin/samba
samba: fix autostart service
This commit is contained in:
commit
a8b2e302c6
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ let
|
|||
daemonService = appName: args:
|
||||
{ description = "Samba Service Daemon ${appName}";
|
||||
|
||||
after = [ "network.target" ];
|
||||
requiredBy = [ "samba.target" ];
|
||||
partOf = [ "samba.target" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue