roundcube:auth: fix OAuth client secret generation and copy order

This commit is contained in:
Alexander Tomokhov
2025-03-29 01:34:26 +04:00
parent f3593156dc
commit c118802155
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ in
serviceConfig.RuntimeDirectory = lib.mkForce [ runtime-directory ];
};
systemd.services.kanidm.serviceConfig.ExecStartPre = lib.mkAfter [
systemd.services.kanidm.serviceConfig.ExecStartPre = lib.mkBefore [
("-" + oauth-secret-ExecStartPreScript)
];
# does it merge with existing restartTriggers?