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

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

parent f10842f5
No related branches found
No related tags found
No related merge requests found
Pipeline #19280 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=3
autorestart=false
startretries=0
command=/bin/bash -c "/usr/sbin/ieee1905d" command=/bin/bash -c "/usr/sbin/ieee1905d"
[program:topologyd] [program:topologyd]
priority=4
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/map-topology/src/topologyd" 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/map-topology/src/topologyd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment