File: lemonldap-ng-fastcgi-server.service

package info (click to toggle)
lemonldap-ng 2.22.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 28,496 kB
  • sloc: perl: 82,472; javascript: 25,424; xml: 6,473; makefile: 1,327; sh: 492; sql: 159; python: 55; php: 26
file content (18 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=FastCGI server for Lemonldap::NG websso system
After=network.target
Documentation=https://lemonldap-ng.org/documentation/latest/fastcgiserver

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

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