Add LSB headers to the Debian init.d script

See also issue #14864 .


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@228766 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Tzafrir Cohen 16 years ago
parent 10fa8fe8d0
commit ec6f1f3ea4

@ -26,6 +26,18 @@ ASTVARRUNDIR=__ASTERISK_VARRUN_DIR__
ASTETCDIR=__ASTERISK_ETC_DIR__
TRUE=/bin/true
### BEGIN INIT INFO
# Provides: asterisk
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Should-Start: dahdi mysql postgresql
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Asterisk PBX
# Description: the Asterisk Open Source PBX
### END INIT INFO
# Uncomment this ONLY if you know what you are doing.
# export LD_ASSUME_KERNEL=2.4.1

Loading…
Cancel
Save