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
parent
09f5aaec25
commit
1c70d1a879
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue