mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #2974 from bluescreen303/samba
samba really requires its daemons
This commit is contained in:
commit
e5023b1f45
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ let
|
|||
daemonService = appName: args:
|
||||
{ description = "Samba Service Daemon ${appName}";
|
||||
|
||||
wantedBy = [ "samba.target" ];
|
||||
requiredBy = [ "samba.target" ];
|
||||
partOf = [ "samba.target" ];
|
||||
|
||||
environment = {
|
||||
|
|
Loading…
Reference in a new issue