2022-03-01 21:52:49 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Authelia authentication and authorization server
|
|
|
|
After=multi-user.target
|
|
|
|
|
|
|
|
[Service]
|
2022-03-28 01:54:19 +00:00
|
|
|
Environment=AUTHELIA_SERVER_DISABLE_HEALTHCHECK=true
|
2022-03-01 21:52:49 +00:00
|
|
|
ExecStart=/usr/bin/authelia --config /etc/authelia/%i.yml
|
|
|
|
SyslogIdentifier=authelia-%i
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|