diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 10:04:03 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 10:09:44 +0000 |
| commit | 58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6 (patch) | |
| tree | e10f9885fd26943e66637ca08cc7ade6541d25e4 /testing/opensmtpd/smtpd.initd | |
| parent | 537910b75b561aa1d4cf70e9b22dbf98925f602d (diff) | |
| download | aports-58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6.tar.bz2 aports-58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6.tar.xz | |
main/opensmtpd: move from testing
Diffstat (limited to 'testing/opensmtpd/smtpd.initd')
| -rw-r--r-- | testing/opensmtpd/smtpd.initd | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/opensmtpd/smtpd.initd b/testing/opensmtpd/smtpd.initd deleted file mode 100644 index 52ffd99397..0000000000 --- a/testing/opensmtpd/smtpd.initd +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/openrc-run - -name="$SVCNAME" -command="/usr/sbin/$SVCNAME" -command_args="$SMTPD_OPTS" - -depend() { - need net localmount - after bootmisc firewall - use logger dns - provide mta -} - -start() { - ebegin "Starting smtpd ${CONF_MESSAGE}" - /usr/sbin/smtpd - eend $? -} - -stop() { - ebegin "Stopping smtpd ${CONF_MESSAGE}" - /usr/sbin/smtpctl stop &> /dev/null - eend $? -}
\ No newline at end of file |
