Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[config reload]: fix the condition for checking if system is starting (…
…sonic-net#1766) When systemd services finished, the systemd status could running or degraded. Therefore, compare system status with starting directly. Here is what is happening on kvm switch. Some services cannot be started. Then, the system state is in degraded state. ``` admin@ARISTA01T1:~$ systemctl is-system-running starting admin@ARISTA01T1:~$ systemctl is-system-running degraded ``` Signed-off-by: Guohan Lu <[email protected]>
- Loading branch information