module: remove restartTriggers from ldap outpost service
Fixes #15 Before this change it was non-trivial to deploy the ldap outpost without also activating the main authentik service on the same host. Adding functionality to provide a separate configuration file for the outpost service remains an open task.
This commit is contained in:
parent
bc628c0094
commit
3904e3d29b
1 changed files with 0 additions and 1 deletions
|
|
@ -231,7 +231,6 @@ in
|
|||
"network-online.target"
|
||||
"authentik.service"
|
||||
];
|
||||
restartTriggers = [ config.environment.etc."authentik/config.yml".source ];
|
||||
serviceConfig = {
|
||||
RuntimeDirectory = "authentik-ldap";
|
||||
UMask = "0027";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue