LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/fastcgi-server/systemd/llng-fastcgi-server.service

16 lines
422 B

[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