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/smtpd-4-log | |
parent | 1cdd470038332a0355d7923483fc7b23cd7e8b7a (diff) | |
download | s6-rc-db7e83c95875fdc630a4014b323f9fbec205ba6c.tar.xz |
Added the example source.
Diffstat (limited to 'examples/source/smtpd-4-log')
-rw-r--r-- | examples/source/smtpd-4-log/dependencies | 1 | ||||
-rw-r--r-- | examples/source/smtpd-4-log/producer | 1 | ||||
-rwxr-xr-x | examples/source/smtpd-4-log/run | 4 | ||||
-rw-r--r-- | examples/source/smtpd-4-log/type | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/examples/source/smtpd-4-log/dependencies b/examples/source/smtpd-4-log/dependencies new file mode 100644 index 0000000..e1436e2 --- /dev/null +++ b/examples/source/smtpd-4-log/dependencies @@ -0,0 +1 @@ +mount-sync diff --git a/examples/source/smtpd-4-log/producer b/examples/source/smtpd-4-log/producer new file mode 100644 index 0000000..bff8ca4 --- /dev/null +++ b/examples/source/smtpd-4-log/producer @@ -0,0 +1 @@ +smtpd-4 diff --git a/examples/source/smtpd-4-log/run b/examples/source/smtpd-4-log/run new file mode 100755 index 0000000..43f665b --- /dev/null +++ b/examples/source/smtpd-4-log/run @@ -0,0 +1,4 @@ +#!/command/execlineb -P +s6-setuidgid qmaillog +exec -c +s6-log t s1000000 n20 /var/log/smtpd-4 diff --git a/examples/source/smtpd-4-log/type b/examples/source/smtpd-4-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/source/smtpd-4-log/type @@ -0,0 +1 @@ +longrun |