diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:29:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-15 15:29:23 +0000 |
commit | 11d552a5ef98ab91479c7753997b4d9c51803f96 (patch) | |
tree | 5404eb0bfe6186d9fead4fdda389251862e36503 /examples/source/smtpd-4-log | |
parent | fe36511943321c2be1d00fe41d3fe4b784c5acb4 (diff) | |
download | s6-rc-11d552a5ef98ab91479c7753997b4d9c51803f96.tar.xz |
Add s6-log notifications to examples, prepare for 0.4.1.1
Diffstat (limited to 'examples/source/smtpd-4-log')
-rw-r--r-- | examples/source/smtpd-4-log/notification-fd | 1 | ||||
-rwxr-xr-x | examples/source/smtpd-4-log/run | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/source/smtpd-4-log/notification-fd b/examples/source/smtpd-4-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/source/smtpd-4-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/source/smtpd-4-log/run b/examples/source/smtpd-4-log/run index 43f665b..74eefb3 100755 --- a/examples/source/smtpd-4-log/run +++ b/examples/source/smtpd-4-log/run @@ -1,4 +1,4 @@ #!/command/execlineb -P s6-setuidgid qmaillog exec -c -s6-log t s1000000 n20 /var/log/smtpd-4 +s6-log -d3 -- t s1000000 n20 /var/log/smtpd-4 |