Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-391859: Failed to stop varstord-guard
varstord-guard has following configuration in the service file After=message-switch.service syslog.target This means varstored-guard needs to be stopped before message-switch, otherwise, it will hung and finally be killed by systemd during xe-toolstack-restart Move message-switch to the begining of the list to shutdown last as all other daemons depend on it Note: the list order is reversed by `for svc in $SERVICES` Signed-off-by: Lin Liu <[email protected]>
- Loading branch information