From f111eab71a450148054b856cbfa17d57cde81c70 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Tue, 23 Jul 2019 17:44:14 +1000 Subject: [PATCH] Update onedrive_service.sh * Enable logging for init.d service - as without this - there is zero information about what the service is actually doing --- contrib/init.d/onedrive_service.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/init.d/onedrive_service.sh b/contrib/init.d/onedrive_service.sh index 09cceaec..e28e0e79 100644 --- a/contrib/init.d/onedrive_service.sh +++ b/contrib/init.d/onedrive_service.sh @@ -1,5 +1,5 @@ #!/bin/bash # This script is to assist in starting the onedrive client when using init.d -APP_OPTIONS="--monitor --verbose" +APP_OPTIONS="--monitor --verbose --enable-logging" onedrive $APP_OPTIONS > /dev/null 2>&1 & -exit 0 \ No newline at end of file +exit 0