Skip to content

Commit abba79a

Browse files
committed
fix comment
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
1 parent 0590d47 commit abba79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-platform-monitor/docker-pmon.supervisord.conf.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ dependent_startup_wait_for=rsyslogd:running
112112
{% if not skip_ycabled %}
113113
[program:ycabled]
114114
{% 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"
115+
command=bash -c "sleep 30 nice -n -20 python3 /usr/local/bin/ycabled"
116116
{% else %}
117-
command=nice -n -20 {% if API_VERSION == 3 and 'ycabled' not in python2_daemons %}python3 {% else %} python2 {% endif %}/usr/local/bin/ycabled
117+
command=nice -n -20 python3 /usr/local/bin/ycabled
118118
{% endif %}
119119
priority=6
120120
autostart=false

0 commit comments

Comments
 (0)