Add missing LSB tags, thanks to Wuzaa, fixes #1492

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-06-10 15:41:51 +02:00
parent ba002a1683
commit 340f3bcf8c
3 changed files with 30 additions and 0 deletions

View File

@@ -239,6 +239,16 @@ fastcgi_param REDIRECT_STATUS 200;
</visibility>
<content><![CDATA[
#!/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"
USER="www-data"
PHP_FCGI_CHILDREN="15"

View File

@@ -243,6 +243,16 @@ fastcgi_param REDIRECT_STATUS 200;
</visibility>
<content><![CDATA[
#!/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"
USER="www-data"
PHP_FCGI_CHILDREN="15"

View File

@@ -283,6 +283,16 @@ fastcgi_param REDIRECT_STATUS 200;
</visibility>
<content><![CDATA[
#!/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"
USER="www-data"
PHP_FCGI_CHILDREN="15"