16 lines
361 B
Bash
Executable File
16 lines
361 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. /opt/victronenergy/serial-starter/run-service.sh
|
|
|
|
app="/opt/victronenergy/dbus-fzsonick-48tl/dbus-fzsonick-48tl.py"
|
|
args="$tty"
|
|
|
|
# Start aggregator.py in the background
|
|
#/opt/victronenergy/dbus-fzsonick-48tl/aggregator.py &
|
|
|
|
# Start dbus-fzsonick-48tl.py using the start command
|
|
start "$args"
|
|
|
|
# Wait for all background processes to finish
|
|
#wait
|