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:
WilliButz 2024-01-28 21:15:41 +01:00
parent bc628c0094
commit 3904e3d29b
No known key found for this signature in database
GPG key ID: 0EFE04FB95E18413

View file

@ -231,7 +231,6 @@ in
"network-online.target" "network-online.target"
"authentik.service" "authentik.service"
]; ];
restartTriggers = [ config.environment.etc."authentik/config.yml".source ];
serviceConfig = { serviceConfig = {
RuntimeDirectory = "authentik-ldap"; RuntimeDirectory = "authentik-ldap";
UMask = "0027"; UMask = "0027";