mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
11 lines
228 B
SYSTEMD
11 lines
228 B
SYSTEMD
|
[Unit]
|
||
|
Description=Authelia authentication and authorization server
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/authelia --config /etc/authelia/%i.yml
|
||
|
SyslogIdentifier=authelia-%i
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|