Make sure monkey mongo starts before monkey island

This commit is contained in:
Itay Mizeretz 2017-10-19 16:23:30 +03:00
parent 359ac04e37
commit a8c387c169
2 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,8 @@ if [ -d "/etc/systemd/network" ]; then
cp ${MONKEY_FOLDER}/ubuntu/systemd/*.service /lib/systemd/system/
chmod +x ${MONKEY_FOLDER}/ubuntu/systemd/start_server.sh
systemctl daemon-reload
systemctl enable monkey-mongo
systemctl enable monkey-island
systemctl enable monkey-mongo
systemctl enable monkey-island
fi
${MONKEY_FOLDER}/create_certificate.sh

View File

@ -1,5 +1,6 @@
[Unit]
Description=Monkey Island Service
Wants=monkey-mongo.service
After=network.target
[Service]