mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
hiawatha-init: create log directory during init
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3146e64a8c
commit
1a8e7aac9e
|
|
@ -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."
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user