From 1a8e7aac9ec7f108c5b6b775a39decf5c1e66ff9 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 10 Aug 2016 13:58:53 -0400 Subject: hiawatha-init: create log directory during init Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init b/meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init index 47fc0877ad..7427fcb900 100644 --- a/meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init +++ b/meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init @@ -19,6 +19,7 @@ OPTS="" case "$1" in start) echo -n "Starting $DESC: " + mkdir -p /var/log/hiawatha &> /dev/null start-stop-daemon --start -x "$DAEMON" -- $OPTS echo "$NAME." ;; -- cgit 1.2.3-korg