13 lines
274 B
SYSTEMD
13 lines
274 B
SYSTEMD
|
[Unit]
|
||
|
Description=Authelia authentication and authorization server
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
User=authelia
|
||
|
Group=authelia
|
||
|
ExecStart=/usr/lib/authelia/authelia --config /etc/authelia/configuration.yml
|
||
|
SyslogIdentifier=authelia
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|