2024-06-03 10:58:04 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
. /opt/victronenergy/serial-starter/run-service.sh
|
|
|
|
|
|
|
|
app="/opt/innovenergy/dbus-fzsonick-48tl/dbus-fzsonick-48tl.py"
|
|
|
|
args="$tty"
|
2024-07-04 08:46:28 +00:00
|
|
|
|
|
|
|
# Start aggregator.py in the background
|
2024-07-23 09:43:22 +00:00
|
|
|
#/opt/innovenergy/dbus-fzsonick-48tl/aggregator.py &
|
2024-07-04 08:46:28 +00:00
|
|
|
|
|
|
|
# Start dbus-fzsonick-48tl.py using the start command
|
2024-07-23 09:43:22 +00:00
|
|
|
start "$args"
|
2024-07-04 08:46:28 +00:00
|
|
|
|
|
|
|
# Wait for all background processes to finish
|
2024-07-23 09:43:22 +00:00
|
|
|
#wait
|
2024-07-04 08:46:28 +00:00
|
|
|
|