autorestart inside restapi docker is disabled (#8006)
Fix issue with critical process in the restapi docker restarting immediately after getting killed Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
This commit is contained in:
parent
b0782fb17e
commit
d9d4323707
@ -43,7 +43,7 @@ dependent_startup_wait_for=rsyslogd:running
|
||||
command=/usr/bin/restapi.sh
|
||||
priority=1
|
||||
autostart=false
|
||||
autorestart=true
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
dependent_startup=true
|
||||
|
Loading…
Reference in New Issue
Block a user