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 = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [
|
||||
"network-online.target"
|
||||
"postgresql.service"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue