samba: fix autostart service
This commit is contained in:
parent
eca521aea7
commit
679d5e8bd5
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