Add dependency to network-online.target for authentik.service
This commit is contained in:
parent
d5e41d40fa
commit
3bf78b1126
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ in
|
||||||
};
|
};
|
||||||
authentik = {
|
authentik = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
after = [
|
after = [
|
||||||
"network-online.target"
|
"network-online.target"
|
||||||
"postgresql.service"
|
"postgresql.service"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue