12 lines
284 B
INI
12 lines
284 B
INI
|
[Unit]
|
||
|
Description=Authelia authentication and authorization server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=PUBLIC_DIR=/usr/share/webapps/authelia
|
||
|
ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml
|
||
|
SyslogIdentifier=authelia
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|