Add dependency to network-online.target for authentik-ldap.service

This commit is contained in:
shokinn 2024-01-28 00:42:02 +01:00
parent 3bf78b1126
commit 4dd485a366

View file

@ -226,6 +226,7 @@ in
{
systemd.services.authentik-ldap = {
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];
after = [
"network-online.target"
"authentik.service"