mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
11 lines
523 B
Text
11 lines
523 B
Text
[program:download]
|
|
priority=3
|
|
command=/bin/bash -c "cd /tmp/firmware/ && python3 -m http.server 80"
|
|
|
|
[program:icwmp]
|
|
priority=12
|
|
command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=/tmp/memory-icwmp-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes --leak-resolution=high --show-error-list=yes --child-silent-after-fork=yes /usr/sbin/dm-service -m icwmp"
|
|
|
|
[program:bbfdmd]
|
|
priority=15
|
|
command=/bin/bash -c "/usr/sbin/bbfdmd"
|