Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
34bc38fc
Commit
34bc38fc
authored
Feb 09, 2016
by
Yadd
Browse files
Use same configuration file for sysV and systemd (#583)
parent
29bef888
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/lemonldap-ng-fastcgi-server.service
View file @
34bc38fc
...
...
@@ -4,9 +4,10 @@ After=network.target
[Service]
Type
=
forking
EnvironmentFile
=
/etc/default/lemonldap-ng-fastcgi-server
PIDFile
=
/var/run/llng-fastcgi-server/llng-fastcgi.pid
ExecStart
=
/usr/sbin/llng-fastcgi-server
-u www-data -g www-data -s /var/run/llng-fastcgi-server/llng-fastcgi.sock -p /var/run/llng-fastcgi-server/llng-fastcgi.pid
ExecStop
=
-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile
/run/llng-fasctcgi.sock
ExecStart
=
/usr/sbin/llng-fastcgi-server
ExecStop
=
-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile
${PID}
KillMode
=
mixed
[Install]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment