debmaker/ressources/authelia/rootfs/usr/lib/systemd/system/authelia.service

13 lines
265 B
Desktop File

[Unit]
Description=Authelia authentication and authorization server
After=multi-user.target
[Service]
User=authelia
Group=authelia
ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml
SyslogIdentifier=authelia
[Install]
WantedBy=multi-user.target