Make gopkgs a split package
This commit is contained in:
parent
69fac057b2
commit
960bc776bb
2 changed files with 14 additions and 3 deletions
|
|
@ -458,7 +458,7 @@ in
|
|||
UMask = "0027";
|
||||
WorkingDirectory = "%t/authentik-ldap";
|
||||
DynamicUser = true;
|
||||
ExecStart = "${config.services.authentik.authentikComponents.gopkgs}/bin/ldap";
|
||||
ExecStart = "${config.services.authentik.authentikComponents.gopkgs.ldap}/bin/ldap";
|
||||
EnvironmentFile = mkIf (cfg.environmentFile != null) [ cfg.environmentFile ];
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
|
@ -489,7 +489,7 @@ in
|
|||
UMask = "0027";
|
||||
WorkingDirectory = "%t/authentik-proxy";
|
||||
DynamicUser = true;
|
||||
ExecStart = "${config.services.authentik.authentikComponents.gopkgs}/bin/proxy";
|
||||
ExecStart = "${config.services.authentik.authentikComponents.gopkgs.proxy}/bin/proxy";
|
||||
EnvironmentFile = mkIf (cfg.environmentFile != null) [ cfg.environmentFile ];
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
|
@ -516,7 +516,7 @@ in
|
|||
UMask = "0027";
|
||||
WorkingDirectory = "%t/authentik-radius";
|
||||
DynamicUser = true;
|
||||
ExecStart = "${config.services.authentik.authentikComponents.gopkgs}/bin/radius";
|
||||
ExecStart = "${config.services.authentik.authentikComponents.gopkgs.radius}/bin/radius";
|
||||
EnvironmentFile = mkIf (cfg.environmentFile != null) [ cfg.environmentFile ];
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue