https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng.git
Raw File
Tip revision: 80a364839a3d00988c9b9e40af8e4927818d593d authored by Marek Wójtowicz on 01 July 2021, 11:36:44 UTC
Fix yubikey from session.
Tip revision: 80a3648
llng-fastcgi-server.service
[Unit]
Description=FastCGI server for Lemonldap::NG websso system
After=network.target

[Service]
Type=forking
EnvironmentFile=/etc/default/llng-fastcgi-server
PIDFile=__FASTCGISOCKDIR__/llng-fastcgi-server.pid
ExecStart=__SBINDIR__/llng-fastcgi-server
ExecStop=-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile ${PID}
KillMode=mixed

[Install]
Alias=llng-fastcgi-server.service
WantedBy=multi-user.target

back to top