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:
Vivek Reddy 2021-07-14 11:37:00 -07:00 committed by GitHub
parent 2d83004a6d
commit e439676455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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