mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-02 22:23:34 +00:00
Squash merge v1.0.3 branch onto master
This commit is contained in:
@@ -11,17 +11,6 @@ rm -f /var/run/rsyslogd.pid
|
||||
|
||||
supervisorctl start rsyslogd
|
||||
|
||||
# Wait for syncd to start
|
||||
while true; do
|
||||
RESULT=$(echo -en "SELECT 1\nHLEN HIDDEN" | redis-cli | sed -n 2p)
|
||||
|
||||
if [ "$RESULT" != "0" ]; then
|
||||
break
|
||||
fi
|
||||
|
||||
sleep 1
|
||||
done
|
||||
|
||||
supervisorctl start orchagent
|
||||
|
||||
supervisorctl start portsyncd
|
||||
|
||||
Reference in New Issue
Block a user