debmaker/ressources/authelia/rootfs/usr/lib/systemd/system/authelia.service
thomas 96d076a0ed Add bitwarden-desktop
new version gitea glpi
fix authelia systemd service
2022-06-25 20:07:29 +02:00

12 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