summarylogtreecommitdiffstats
path: root/authelia.service
blob: c46eda311fb13a42643284f792d06104048a9720 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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