diff options
| -rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init | 1 |
1 files changed, 1 insertions, 0 deletions
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="" | |||
| 19 | case "$1" in | 19 | case "$1" in |
| 20 | start) | 20 | start) |
| 21 | echo -n "Starting $DESC: " | 21 | echo -n "Starting $DESC: " |
| 22 | mkdir -p /var/log/hiawatha &> /dev/null | ||
| 22 | start-stop-daemon --start -x "$DAEMON" -- $OPTS | 23 | start-stop-daemon --start -x "$DAEMON" -- $OPTS |
| 23 | echo "$NAME." | 24 | echo "$NAME." |
| 24 | ;; | 25 | ;; |
