We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0590d47 commit abba79aCopy full SHA for abba79a
dockers/docker-platform-monitor/docker-pmon.supervisord.conf.j2
@@ -112,9 +112,9 @@ dependent_startup_wait_for=rsyslogd:running
112
{% if not skip_ycabled %}
113
[program:ycabled]
114
{% if delay_ycabled %}
115
-command=bash -c "sleep 30 && {% if API_VERSION == 3 and 'ycabled' not in python2_daemons %}nice -n -20 python3 {% else %} nice -n -20 python2 {% endif %}/usr/local/bin/ycabled"
+command=bash -c "sleep 30 nice -n -20 python3 /usr/local/bin/ycabled"
116
{% else %}
117
-command=nice -n -20 {% if API_VERSION == 3 and 'ycabled' not in python2_daemons %}python3 {% else %} python2 {% endif %}/usr/local/bin/ycabled
+command=nice -n -20 python3 /usr/local/bin/ycabled
118
{% endif %}
119
priority=6
120
autostart=false
0 commit comments