mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
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>
This commit is contained in:
parent
09f5aaec25
commit
1c70d1a879
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user