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

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

parent 35266f28
Branches
No related tags found
No related merge requests found
Pipeline #19275 passed with warnings
[program:ubusd] [program:ubusd]
priority=1
autorestart=false
startretries=0
command=/bin/bash -c "/usr/sbin/ubusd" command=/bin/bash -c "/usr/sbin/ubusd"
[program:rpcd] [program:rpcd]
priority=2
autorestart=false
startretries=0
command=/bin/bash -c "/usr/sbin/rpcd" command=/bin/bash -c "/usr/sbin/rpcd"
[program:ieee1905d] [program:ieee1905d]
priority=1
autorestart=false
startretries=0
command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=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/ieee1905/ieee1905d" command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=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/ieee1905/ieee1905d"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment