icwmp/gitlab-ci/icwmp.conf
2024-11-07 10:32:15 +00:00

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"