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