Skip to content
Snippets Groups Projects
Commit 0a3ee19d authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

Added priority, autorestart and startretries to iopsys-supervisord.conf

parent 1f4d23fd
No related branches found
No related tags found
No related merge requests found
Pipeline #25119 passed
[program:ubusd]
priority=1
autorestart=false
startretries=0
command=/bin/bash -c "/usr/sbin/ubusd"
[program:qos]
priority=2
autorestart=false
startretries=0
command=/bin/bash -c "mkdir -p /opt/work && /usr/bin/valgrind --xml=yes --xml-file=/opt/work/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /builds/iopsys/qosmngr/qosmngr"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment