ensure syslogd is up before starting the build

test/schema.py uses log/syslog which requires a running syslog daemon
and the start script should guarantee it is up and running.
This commit is contained in:
Shengzhe Yao 2014-12-16 18:19:29 -08:00
Родитель 6a6072f290
Коммит a9c2c4ce1d
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -26,6 +26,7 @@ sudo apt-get install time automake libtool memcached python-dev python-mysqldb l
# Java dependencies
wget https://dl.bintray.com/sbt/debian/sbt-0.13.6.deb
sudo dpkg -i sbt-0.13.6.deb
sudo apt-get install protobuf-compiler maven
sudo apt-get -y install protobuf-compiler maven
echo "Y" | sudo apt-get -y install rsyslog
sudo service rsyslog restart
set +e