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>
pull/1891/head^2
Veganizer 2021-04-07 01:02:23 +02:00 committed by GitHub
parent 09f5aaec25
commit 1c70d1a879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Authelia authentication and authorization server Description=Authelia authentication and authorization server
After=network.target After=multi-user.target
[Service] [Service]
ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml