postfix: add LSB init infos

Keep compatibility with chkconfig tool.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Wenzong Fan 2015-03-30 16:51:36 +08:00 committed by Joe MacDonald
parent 69d36cea15
commit 415a90c67f

View File

@ -1,4 +1,12 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: postfix MTA
# Default-Start: 2345
# Default-Stop: 016
# Short-Description: start and stop postfix
# Description: Postfix is a Mail Transport Agent, which is the program
# that moves mail from one machine to another.
### END INIT INFO
success() {
echo " Successful"