From 1c70d1a879cd29824f446aa963dee2535b3aba49 Mon Sep 17 00:00:00 2001 From: Veganizer <48556312+Veganizer@users.noreply.github.com> Date: Wed, 7 Apr 2021 01:02:23 +0200 Subject: [PATCH] fix: update authelia.service dependencies (#1883) Authelia is throwing error if it configures to starts before external dependencies. If Authelia starts after multi-user.target it will generally start after said dependencies, because the they start after network.target. Co-authored-by: Justinizer <48556312+Justinizer@users.noreply.github.com> --- authelia.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authelia.service b/authelia.service index 9993170b5..d6eb616c1 100644 --- a/authelia.service +++ b/authelia.service @@ -1,6 +1,6 @@ [Unit] Description=Authelia authentication and authorization server -After=network.target +After=multi-user.target [Service] ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml