diff options
Diffstat (limited to 'testing/socklog/files')
-rw-r--r-- | testing/socklog/files/socklog-unix.run | 2 | ||||
-rw-r--r-- | testing/socklog/files/svlogd.run | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testing/socklog/files/socklog-unix.run b/testing/socklog/files/socklog-unix.run new file mode 100644 index 00000000..8ce56a83 --- /dev/null +++ b/testing/socklog/files/socklog-unix.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec chpst -U nobody:nogroup socklog unix /dev/log 2>&1 diff --git a/testing/socklog/files/svlogd.run b/testing/socklog/files/svlogd.run new file mode 100644 index 00000000..8da81f89 --- /dev/null +++ b/testing/socklog/files/svlogd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec svlogd -ttt /var/log/socklog/* #2>/dev/tty12 |