https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng.git
Raw File
Tip revision: 93d16407e6fecaafdd886153ac030e92621bbd88 authored by Christophe Maudoux on 29 October 2018, 22:25:19 UTC
Fix debug messages (#1533)
Tip revision: 93d1640
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