diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
commit | db7e83c95875fdc630a4014b323f9fbec205ba6c (patch) | |
tree | 41e0ec15c6c8fc4a6abdfa8179327fa083a8729e /examples/source/qmtpd-4 | |
parent | 1cdd470038332a0355d7923483fc7b23cd7e8b7a (diff) | |
download | s6-rc-db7e83c95875fdc630a4014b323f9fbec205ba6c.tar.xz |
Added the example source.
Diffstat (limited to 'examples/source/qmtpd-4')
-rw-r--r-- | examples/source/qmtpd-4/dependencies | 1 | ||||
-rw-r--r-- | examples/source/qmtpd-4/logger | 1 | ||||
-rw-r--r-- | examples/source/qmtpd-4/notification-fd | 1 | ||||
-rwxr-xr-x | examples/source/qmtpd-4/run | 7 | ||||
-rw-r--r-- | examples/source/qmtpd-4/type | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/examples/source/qmtpd-4/dependencies b/examples/source/qmtpd-4/dependencies new file mode 100644 index 0000000..6daf05b --- /dev/null +++ b/examples/source/qmtpd-4/dependencies @@ -0,0 +1 @@ +init-lan diff --git a/examples/source/qmtpd-4/logger b/examples/source/qmtpd-4/logger new file mode 100644 index 0000000..fbc3153 --- /dev/null +++ b/examples/source/qmtpd-4/logger @@ -0,0 +1 @@ +qmtpd-4-log diff --git a/examples/source/qmtpd-4/notification-fd b/examples/source/qmtpd-4/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/source/qmtpd-4/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/source/qmtpd-4/run b/examples/source/qmtpd-4/run new file mode 100755 index 0000000..28f6a9a --- /dev/null +++ b/examples/source/qmtpd-4/run @@ -0,0 +1,7 @@ +#!/command/execlineb -P +fdmove -c 2 1 +s6-envuidgid qmaild +import -ui ETH0_IP4 +fdmove 1 3 +s6-tcpserver4 -v 1 -U -c 255 -1 -- ${ETH0_IP4} 209 +qmail-qmtpd diff --git a/examples/source/qmtpd-4/type b/examples/source/qmtpd-4/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/source/qmtpd-4/type @@ -0,0 +1 @@ +longrun |