Add registry-token-server to service process restart list
This update added registry-token-server to patch-restart-processes to support safe restart of registry-token-server during in-service patching. Closes-Bug: 1952350 Change-Id: Ifb750b960d669f65f9b827cc9bb6d3e063b9ee17 Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
parent
9d95c5da1b
commit
6e427ca8e8
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2016-18 Wind River Systems, Inc.
|
||||
# Copyright (c) 2016-2021 Wind River Systems, Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
@ -257,6 +257,9 @@ do
|
||||
"cert-alarm")
|
||||
process_list=(${process_list[@]} "sm:cert-alarm:cert-alarm:controller:/var/run/cert-alarm.pid:0")
|
||||
;;
|
||||
"registry-token-server")
|
||||
process_list=(${process_list[@]} "sm:registry-token-server:registry-token-server:controller:/var/run/registry-token-server.pid:0")
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unknown process:${process}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user