mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-09 23:34:41 +01:00
7 lines
311 B
Text
7 lines
311 B
Text
[program:icwmpd]
|
|
autorestart=false
|
|
startretries=0
|
|
numprocs_start=10
|
|
priority=20
|
|
command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=/tmp/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /usr/sbin/icwmpd"
|
|
|