Merge pull request #14 from shokinn/fix-service-dependencies
Add dependency to network-online.target for authentik.service
This commit is contained in:
commit
bc628c0094
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ in
|
|||
};
|
||||
authentik = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [
|
||||
"network-online.target"
|
||||
"postgresql.service"
|
||||
|
|
@ -225,6 +226,7 @@ in
|
|||
{
|
||||
systemd.services.authentik-ldap = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [
|
||||
"network-online.target"
|
||||
"authentik.service"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue