From 7fe1c9cf9f114d40fe3f534a3902f3dff73c602f Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 6 Dec 2015 16:41:23 +0100 Subject: correcting bug and improve startup display --- Services/ooconv/run.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Services/ooconv/run.sh') diff --git a/Services/ooconv/run.sh b/Services/ooconv/run.sh index 57b6241..4ed67b7 100644 --- a/Services/ooconv/run.sh +++ b/Services/ooconv/run.sh @@ -48,6 +48,9 @@ function end_config { function start_daemon { echo "=> Starting ooconv daemon ..." | tee -a $STARTUPLOG display_container_started | tee -a $STARTUPLOG + unoconv --listener -vvv | tee -a $STARTUPLOG + sleep 1 + killall unoconv soffice.bin exec unoconv --listener } -- cgit v1.2.3