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/debian/lemonldap-ng-pubsub-server....

14 lines
460 B

description "FastCGI server for Lemonldap::NG websso system"
start on filesystem and static-network-up
stop on runlevel [016]
expect fork
respawn
pre-start script
[ -x /usr/sbin/llng-pubsub-server ] || { stop; exit 0; }
end script
exec mkdir /var/run/llng-pubsub-server; chown www-data:www-data /var/run/llng-pubsub-server && /usr/sbin/llng-pubsub-server --user nobody --group nogroup --pid-file /var/run/llng-pubsub-server/llng-pubsub-server.pid