diff options
Diffstat (limited to 'examples/ROOT/img/services-local/syslogd-linux/log/run')
| -rwxr-xr-x | examples/ROOT/img/services-local/syslogd-linux/log/run | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/ROOT/img/services-local/syslogd-linux/log/run b/examples/ROOT/img/services-local/syslogd-linux/log/run index 0d99ba9..3cb4796 100755 --- a/examples/ROOT/img/services-local/syslogd-linux/log/run +++ b/examples/ROOT/img/services-local/syslogd-linux/log/run @@ -1,5 +1,7 @@ #!/command/execlineb -P +s6-envdir -f env +import -Cs LOGLINE s6-setuidgid syslog exec -c -s6-log -t s1000000 n20 /var/log/syslogd -# Change the logging script to alter s6-log's behaviour +s6-log $LOGLINE +# Change env/LOGLINE to alter s6-log's behaviour |
