aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/httpd/log/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/httpd/log/run')
-rwxr-xr-xexamples/var_service/httpd/log/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/httpd/log/run b/examples/var_service/httpd/log/run
index 560d1b19f..69d74b73f 100755
--- a/examples/var_service/httpd/log/run
+++ b/examples/var_service/httpd/log/run
@@ -6,7 +6,7 @@ logdir="/var/log/service/`(cd ..;basename $PWD)`"
6mkdir -p "$logdir" 2>/dev/null 6mkdir -p "$logdir" 2>/dev/null
7chown -R "$user": "$logdir" 7chown -R "$user": "$logdir"
8chmod -R go-rwxst,u+rwX "$logdir" 8chmod -R go-rwxst,u+rwX "$logdir"
9rm logdir 9rm -rf logdir
10ln -s "$logdir" logdir 10ln -s "$logdir" logdir
11 11
12# make this dir accessible to logger 12# make this dir accessible to logger