Merge pull request #64 from guardicore/hotfix/deb-service-autostart

Hotfix/deb service autostart
This commit is contained in:
Daniel Goldberg 2017-10-21 16:06:19 +03:00 committed by GitHub
commit aab7c00c2c
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +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
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]