This commit is contained in:
Danny Coates 2013-05-30 16:54:00 -07:00
Родитель 7401028ade
Коммит 3c06ad49f5
1 изменённых файлов: 2 добавлений и 1 удалений

3
packages/fxa-auth-server/scripts/aws/post_deploy.sh Normal file → Executable file
Просмотреть файл

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo "Restarting heka"
sudo /etc/init.d/hekad restart
kill -s INT `ps -aefw | grep "hekad" | grep -v " grep " | awk '{print $2}'`
nohup hekad -config=$HEKAD_CONFIG &