Merge pull request #95 from blbradley/logger-init-lsb-header

add LSB header to logger sysv init script
This commit is contained in:
Forrest 2015-08-27 10:25:22 -07:00
commit e93fce1a2f

View File

@ -2,6 +2,16 @@
# /etc/init.d/nginx-logger-{{ type }}
#
### BEGIN INIT INFO
# Provides: nginx-logger-{{ type }}
# Required-Start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the nginx-logger-{{ type }}
# Description: starts nginx-logger-{{ type }} using start-stop-daemon
### END INIT INFO
NAME=nginx-logger-{{ type }}
DESC="syslog forwarder for nginx {{type}} logs"
DAEMON=/usr/bin/logger