Add missing LSB tags, thanks to Wuzaa, fixes #1492
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
@@ -239,6 +239,16 @@ fastcgi_param REDIRECT_STATUS 200;
|
|||||||
</visibility>
|
</visibility>
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
### BEGIN INIT INFO
|
||||||
|
# Provides: php-fcgi
|
||||||
|
# Required-Start: $remote_fs $syslog
|
||||||
|
# Required-Stop: $remote_fs $syslog
|
||||||
|
# Default-Start: 2 3 4 5
|
||||||
|
# Default-Stop: 0 1 6
|
||||||
|
# Short-Description: php-fcgi initscript
|
||||||
|
# Description: Custom php-fcgi initscript for Froxlor
|
||||||
|
### END INIT INFO
|
||||||
|
|
||||||
BIND="127.0.0.1:8888"
|
BIND="127.0.0.1:8888"
|
||||||
USER="www-data"
|
USER="www-data"
|
||||||
PHP_FCGI_CHILDREN="15"
|
PHP_FCGI_CHILDREN="15"
|
||||||
|
|||||||
@@ -243,6 +243,16 @@ fastcgi_param REDIRECT_STATUS 200;
|
|||||||
</visibility>
|
</visibility>
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
### BEGIN INIT INFO
|
||||||
|
# Provides: php-fcgi
|
||||||
|
# Required-Start: $remote_fs $syslog
|
||||||
|
# Required-Stop: $remote_fs $syslog
|
||||||
|
# Default-Start: 2 3 4 5
|
||||||
|
# Default-Stop: 0 1 6
|
||||||
|
# Short-Description: php-fcgi initscript
|
||||||
|
# Description: Custom php-fcgi initscript for Froxlor
|
||||||
|
### END INIT INFO
|
||||||
|
|
||||||
BIND="127.0.0.1:8888"
|
BIND="127.0.0.1:8888"
|
||||||
USER="www-data"
|
USER="www-data"
|
||||||
PHP_FCGI_CHILDREN="15"
|
PHP_FCGI_CHILDREN="15"
|
||||||
|
|||||||
@@ -283,6 +283,16 @@ fastcgi_param REDIRECT_STATUS 200;
|
|||||||
</visibility>
|
</visibility>
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
### BEGIN INIT INFO
|
||||||
|
# Provides: php-fcgi
|
||||||
|
# Required-Start: $remote_fs $syslog
|
||||||
|
# Required-Stop: $remote_fs $syslog
|
||||||
|
# Default-Start: 2 3 4 5
|
||||||
|
# Default-Stop: 0 1 6
|
||||||
|
# Short-Description: php-fcgi initscript
|
||||||
|
# Description: Custom php-fcgi initscript for Froxlor
|
||||||
|
### END INIT INFO
|
||||||
|
|
||||||
BIND="127.0.0.1:8888"
|
BIND="127.0.0.1:8888"
|
||||||
USER="www-data"
|
USER="www-data"
|
||||||
PHP_FCGI_CHILDREN="15"
|
PHP_FCGI_CHILDREN="15"
|
||||||
|
|||||||
Reference in New Issue
Block a user