gitea,nextcloud,roundcube,mailserver: depend on kanidm systemd service

This commit is contained in:
Alexander Tomokhov
2025-02-03 01:04:19 +04:00
parent ee2e404eb8
commit ea443d2150
4 changed files with 7 additions and 1 deletions

View File

@@ -103,6 +103,10 @@ in
$config['oauth_verify_peer'] = false; # FIXME
# $config['oauth_pkce'] = 'S256'; # FIXME
'';
systemd.services.roundcube = {
after = [ auth-passthru.oauth2-systemd-service ];
requires = [ auth-passthru.oauth2-systemd-service ];
};
systemd.services.kanidm = {
serviceConfig.ExecStartPre = lib.mkBefore [
("-+" + kanidmExecStartPreScriptRoot)