Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: tools: linux2rest: Update to v0.5.4 #2446

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/start-blueos-core
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/tools/linux2rest/bootstrap.sh
Expand Up @@ -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"
Expand Down