mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
1c70d1a879
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>
11 lines
236 B
Desktop File
11 lines
236 B
Desktop File
[Unit]
|
|
Description=Authelia authentication and authorization server
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml
|
|
SyslogIdentifier=authelia
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|