diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-27 16:28:15 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-27 16:28:15 (GMT) |
commit | 16738cd0412042476110aa531d42c2e3509b9cbe (patch) | |
tree | bed655415c369fb64c1456d291836341f37e5200 /abs/core-testing/runit-scripts/runitscripts | |
parent | f99262935c22cc95e6b22fe5d5f6ab85202e4726 (diff) | |
download | linhes_pkgbuild-16738cd0412042476110aa531d42c2e3509b9cbe.zip linhes_pkgbuild-16738cd0412042476110aa531d42c2e3509b9cbe.tar.gz linhes_pkgbuild-16738cd0412042476110aa531d42c2e3509b9cbe.tar.bz2 |
runit-scripts: add postfix run file
ref #408 , # 464
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/postfix/run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/postfix/run b/abs/core-testing/runit-scripts/runitscripts/services/postfix/run new file mode 100755 index 0000000..1fa526e --- /dev/null +++ b/abs/core-testing/runit-scripts/runitscripts/services/postfix/run @@ -0,0 +1,8 @@ +#!/bin/bash +exec 1>&2 +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions + +stat_runit "Starting postfix" +exec /usr/lib/postfix/master -D |