refactor(self_host/sso): formting using one instruction by line
This commit is contained in:
parent
e5ee12a4f0
commit
cdbee2f338
1 changed files with 10 additions and 2 deletions
|
|
@ -39,8 +39,16 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.authentik = {
|
systemd.services.authentik = {
|
||||||
after = [ "authentik-env.service" "postgresql.service" "redis-authentik.service" ];
|
after = [
|
||||||
requires = [ "authentik-env.service" "postgresql.service" "redis-authentik.service" ];
|
"authentik-env.service"
|
||||||
|
"postgresql.service"
|
||||||
|
"redis-authentik.service"
|
||||||
|
];
|
||||||
|
requires = [
|
||||||
|
"authentik-env.service"
|
||||||
|
"postgresql.service"
|
||||||
|
"redis-authentik.service"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue