Browse Source

add LSB header to logger sysv init script

susefix
Brandon Bradley 9 years ago
parent
commit
874274b559
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      nginx/templates/sysvinit-logger.jinja

+ 10
- 0
nginx/templates/sysvinit-logger.jinja 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

Loading…
Cancel
Save