Skip to content

Commit

Permalink
remove mongo and start ntp
Browse files Browse the repository at this point in the history
(added in 0.4, but not in 0.3.9)
  • Loading branch information
tamireran committed Feb 7, 2016
1 parent 866a0f4 commit ec6c456
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/deploy/NVA_build/upgrade_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,17 @@ function post_upgrade {

fi

if [ -f "/etc/init.d/mongod" ]
then
deploy_log "removed mongod service (supervised by supervisord)"
rm -f /etc/init.d/mongod
fi

# temporary - adding NTP package

yum install -y ntp
sudo /sbin/chkconfig ntpd on 2345
sudo /etc/init.d/ntpd start


rm -f /tmp/*.tar.gz
Expand Down

0 comments on commit ec6c456

Please sign in to comment.