From 0e23f8f864a795214506918de4f7f5897f5e0730 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 1 Mar 2015 07:28:43 +0000 Subject: Cleanup changes in examples/ (thanks Colin Booth) --- examples/ROOT/img/services-local/syslogd-linux/log/run | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'examples/ROOT/img/services-local/syslogd-linux/log/run') diff --git a/examples/ROOT/img/services-local/syslogd-linux/log/run b/examples/ROOT/img/services-local/syslogd-linux/log/run index 3cb4796..56de271 100755 --- a/examples/ROOT/img/services-local/syslogd-linux/log/run +++ b/examples/ROOT/img/services-local/syslogd-linux/log/run @@ -1,7 +1,8 @@ #!/command/execlineb -P -s6-envdir -f env -import -Cs LOGLINE s6-setuidgid syslog +s6-envdir -f env +import -Cs LOGSCRIPT exec -c -s6-log $LOGLINE -# Change env/LOGLINE to alter s6-log's behaviour +s6-log $LOGSCRIPT + +# Change env/LOGSCRIPT to alter s6-log's behaviour -- cgit v1.3.1