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

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

parent e4d286f6
Branches
No related tags found
No related merge requests found
Pipeline #19279 failed
[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:wifimngr] [program:wifimngr]
priority=2
autorestart=false
startretries=0
command=/bin/bash -c "/usr/sbin/wifimngr" command=/bin/bash -c "/usr/sbin/wifimngr"
[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/sbin/topologyd" command=/bin/bash -c "/usr/sbin/topologyd"
[program:mapagent] [program:mapagent]
priority=5
autorestart=false
startretries=0
command=/bin/bash -c "/usr/sbin/mapagent -vvvvvv -d" command=/bin/bash -c "/usr/sbin/mapagent -vvvvvv -d"
[program:mapcontroller] [program:mapcontroller]
priority=6
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-controller/src/mapcontroller -vvvvvv -d" 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-controller/src/mapcontroller -vvvvvv -d"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment