Merge pull request #9 from Ma27/restart-ldap-outpost

authentik-ldap: restart on failure
This commit is contained in:
WilliButz 2024-01-03 20:06:33 +01:00 committed by GitHub
commit 1d2fe8bd1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,6 +234,7 @@ in
DynamicUser = true;
ExecStart = "${config.services.authentik.authentikComponents.gopkgs}/bin/ldap";
EnvironmentFile = mkIf (cfg.environmentFile != null) [ cfg.environmentFile ];
Restart = "on-failure";
};
};
}))