Skip to content

Commit

Permalink
Remove redundant python3 call for chassisd
Browse files Browse the repository at this point in the history
  • Loading branch information
mprabhu-nokia committed Dec 14, 2020
1 parent 8555d2d commit 4077515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependent_startup_wait_for=rsyslogd:running

{% if not skip_chassisd and IS_MODULAR_CHASSIS == 1 %}
[program:chassisd]
command=python3 /usr/local/bin/chassisd
command=/usr/local/bin/chassisd
priority=3
autostart=false
autorestart=false
Expand Down

0 comments on commit 4077515

Please sign in to comment.