mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
107126929b
* Update README.md Provide badges and references to the AUR for Arch Linux Authelia packages. Closes #571 #572. * Add systemd unit file Include the unit in future release artifacts. * Remove CHANGELOG.md As of future releases Changelog details will dynamically be generated. * Update README.md Add badge for authelia-git package. * Update Changelog to only publish explicit Docker tag Do not include Major and Minor versions, as these will change over time.
12 lines
284 B
Desktop File
12 lines
284 B
Desktop File
[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
|