Fix installation of FastCGI server with RPM (#932)

This commit is contained in:
Clément Oudot 2016-02-19 16:26:30 +00:00
parent dcf2ecc46a
commit b535b836f5
2 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,10 @@
#NPROC = 7
# Unix socket to listen to
#SOCKET=__FASTCGISOCKDIR__/llng-fastcgi.sock
SOCKET=__FASTCGISOCKDIR__/llng-fastcgi.sock
# Pid file
#PID=__FASTCGISOCKDIR__/llng-fastcgi-server.pid
PID=__FASTCGISOCKDIR__/llng-fastcgi-server.pid
# User and GROUP
USER=__USER__

View File

@ -576,6 +576,7 @@ rm -rf %{buildroot}
%config(noreplace) /etc/default/llng-fastcgi-server
/etc/init.d/llng-fastcgi-server
%{_unitdir}/llng-fastcgi-server.service
%defattr(750,%{lm_apacheuser},%{lm_apachegroup},-)
%dir /var/run/llng-fastcgi-server
%files -n perl-Lemonldap-NG-Common