diff --git a/core/start-blueos-core b/core/start-blueos-core index 3ed450e82..d27262ed1 100755 --- a/core/start-blueos-core +++ b/core/start-blueos-core @@ -109,7 +109,7 @@ SERVICES=( 'nmea_injector',250,"nice -19 $SERVICES_PATH/nmea_injector/nmea_injector/main.py" 'helper',250,"$SERVICES_PATH/helper/main.py" 'iperf3',250," iperf3 --server --port 5201" - 'linux2rest',250,"linux2rest" + 'linux2rest',250,"linux2rest --log-path /var/logs/blueos/services/linux2rest --log-settings netstat=30,platform=10,serial-ports=10,system-cpu=10,system-disk=30,system-info=10,system-memory=10,system-network=10,system-process=60,system-temperature=10,system-unix-time-seconds=10" 'filebrowser',250,"nice -19 filebrowser --database /etc/filebrowser/filebrowser.db --baseurl /file-browser" 'versionchooser',250,"$SERVICES_PATH/versionchooser/main.py" 'pardal',250,"nice -19 $SERVICES_PATH/pardal/main.py" diff --git a/core/tools/linux2rest/bootstrap.sh b/core/tools/linux2rest/bootstrap.sh index 4eef8f701..3190803b8 100755 --- a/core/tools/linux2rest/bootstrap.sh +++ b/core/tools/linux2rest/bootstrap.sh @@ -4,7 +4,7 @@ set -e LOCAL_BINARY_PATH="/usr/bin/linux2rest" -VERSION=v0.4.6 +VERSION=v0.5.4 # By default we install armv7 REMOTE_BINARY_URL="https://github.com/patrickelectric/linux2rest/releases/download/${VERSION}/linux2rest-armv7"