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 dbus-fzsonick-48tl.py using the start command
|
2024-07-26 12:30:29 +00:00
|
|
|
start $args
|
2024-07-04 08:46:28 +00:00
|
|
|
|