5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
|
#!/bin/sh
|
||
|
echo "*** starting aggregator ***"
|
||
|
exec 2>&1
|
||
|
exec softlimit -d 100000000 -s 1000000 -a 100000000 /opt/victronenergy/dbus-fzsonick-48tl/aggregator.py
|