3
0
Fork 0
forked from mirrors/nixpkgs

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
commit a8b2e302c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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