From 415a90c67f296f8816acd4d933298b101f8e830c Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 30 Mar 2015 16:51:36 +0800 Subject: postfix: add LSB init infos Keep compatibility with chkconfig tool. Signed-off-by: Wenzong Fan Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/postfix/files/postfix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta-networking/recipes-daemons/postfix/files/postfix b/meta-networking/recipes-daemons/postfix/files/postfix index 7bcc81625a..0ea67ef63b 100755 --- a/meta-networking/recipes-daemons/postfix/files/postfix +++ b/meta-networking/recipes-daemons/postfix/files/postfix @@ -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" -- cgit 1.2.3-korg