summaryrefslogtreecommitdiff
path: root/examples/syslogd-linux
diff options
context:
space:
mode:
Diffstat (limited to 'examples/syslogd-linux')
-rw-r--r--examples/syslogd-linux/log/notification-fd1
-rwxr-xr-xexamples/syslogd-linux/log/run2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/syslogd-linux/log/notification-fd b/examples/syslogd-linux/log/notification-fd
new file mode 100644
index 0000000..00750ed
--- /dev/null
+++ b/examples/syslogd-linux/log/notification-fd
@@ -0,0 +1 @@
+3
diff --git a/examples/syslogd-linux/log/run b/examples/syslogd-linux/log/run
index 6f1c877..fcb667c 100755
--- a/examples/syslogd-linux/log/run
+++ b/examples/syslogd-linux/log/run
@@ -3,6 +3,6 @@ s6-setuidgid syslog
s6-envdir -f env
importas -Cs LOGSCRIPT LOGSCRIPT
exec -c
-s6-log $LOGSCRIPT
+s6-log -d3 -- $LOGSCRIPT
# Change env/LOGSCRIPT to alter s6-log's behaviour