Update onedrive_service.sh

* Enable logging for init.d service - as without this - there is zero information about what the service is actually doing
This commit is contained in:
abraunegg 2019-07-23 17:44:14 +10:00 committed by GitHub
parent 79f4b22f3e
commit f111eab71a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
exit 0