mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
12 lines
284 B
SYSTEMD
12 lines
284 B
SYSTEMD
|
[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
|