summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta-networking/recipes-daemons/postfix/files/postfix8
1 files changed, 8 insertions, 0 deletions
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 @@
1#!/bin/sh 1#!/bin/sh
2### BEGIN INIT INFO
3# Provides: postfix MTA
4# Default-Start: 2345
5# Default-Stop: 016
6# Short-Description: start and stop postfix
7# Description: Postfix is a Mail Transport Agent, which is the program
8# that moves mail from one machine to another.
9### END INIT INFO
2 10
3success() { 11success() {
4 echo " Successful" 12 echo " Successful"