[SwSS] Disabled the autorestart of process coppmgrd. (#6774)

coppmgrd process do not need to be auto-restarted if it exited unexpectedly.

Signed-off-by: Yong Zhao <yozhao@microsoft.com>
This commit is contained in:
yozhao101 2021-02-12 10:59:29 -08:00 committed by Danny Allen
parent 5640958322
commit cdef77f4c5

View File

@ -87,7 +87,7 @@ dependent_startup_wait_for=swssconfig:exited
command=/usr/bin/coppmgrd command=/usr/bin/coppmgrd
priority=6 priority=6
autostart=false autostart=false
autorestart=unexpected autorestart=false
startretries=0 startretries=0
startsecs=0 startsecs=0
stdout_logfile=syslog stdout_logfile=syslog