summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-11-04 14:26:35 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-11-04 14:26:35 +0100
commit2333e06f406b5d66068cef3e20ab223fc6650307 (patch)
treef0f133a8dfc8c2177fbbbdb43580d4f5089e8244 /test/scripts/0000-Basic
parent0df394b5d5e6865094f601baf2a71f41d1d3ad95 (diff)
Add syslog_pid option.
This option suppresses the PID duplication to syslog. As syslog/systemd add the PID of the logging process automatically.
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r--test/scripts/0000-Basic/00013
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0001 b/test/scripts/0000-Basic/0001
index 4b5f282ca..78682571d 100644
--- a/test/scripts/0000-Basic/0001
+++ b/test/scripts/0000-Basic/0001
@@ -26,5 +26,6 @@ exim -bP accept_8bitmime \
tcp_nodelay \
trusted_users \
unknown_login \
- warn_message_file
+ warn_message_file \
+ syslog_pid
****