Autostart when "STOP -> START" instance in Amazon EC2
Created by: mhergon
Hi all,
I have an issue that has been discussed widely. I explain step by step;
- Setup Gitlab using script for Amazon EC2 on Ubuntu 12.04.1
- I run "Nginx && Unicorn" steps after sixth step.
- I run the command: "sudo /usr/lib/insserv/insserv gitlab". This command autostart Gitlab after REBOOTING.
Well, at this point, everything works perfectly, even after rebooting. The problem appear when I stop the instance. On rebooting all works correct, but when I do "STOP -> START" Gitlab not started on system boot.
Any idea?