Hi Tom, We've changed the way that unicorn is started and monitored, we are using upstart now. It should be automatically started. Please make sure that unicorn is no longer monitored by monit:
sudo monit summary should not contain unicorn. Maybe there was a problem with stopping the old unicorn, please make sure it is closed ps aux | grep unicorn if you find a unicorn process on this list, kill unicorn master first, child processes will day automatically. Finally, start unicorn: sudo start gitorious-unicorn Cheers, Pawel On 23 April 2014 13:42, Tom <[email protected]> wrote: > Hi, > > I've just updated my Gitorious installation using the latest ce upgrade > script. The install works following the running of the script, but when I > restart the server it doesn't come back up. On further inspection, it seems > that the /etc/init.d/gitorious-unicorn script has disappeared? > > Thanks, > Tom > > -- > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "Gitorious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
