3 lines
143 B
Bash
3 lines
143 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
exec softlimit -d 100000000 -s 1000000 -a 100000000 python /data/dbus_batrium_native/dbus_batrium_native.py -i can0 -c 300
|