mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
69d36cea15
commit
415a90c67f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user