Fixed since upgrade to 6.5 Le mercredi 11 décembre 2013 14:31:50 UTC-5, Benoit Blais a écrit : > > Since GitLab 6, haven't been able to use the given initscript. > > Since I updated to 6.3, I decided to investigate and found that I can run: > > *~/gitlab/lib/support/init.d/gitlab start|stop|status* > > as long as this is called by user *git*. > > When I run it as *root*, then it fails: > > *Starting both the GitLab Unicorn and Sidekiqbundler: command not > found: unicorn_rails* > * Install missing gem executables with `bundle install`* > * ................. * > > So I decided to create this as */etc/init.d/gitlab*: > > * #!/bin/sh * > > * sudo -ugit -H ~/gitlab/lib/support/init.d/gitlab $1 * > > Very fine this works... > But I'd like to get a hint on why does this not work as expected ? > Is it because unicorn is installed in this particular bundle under gitlab > or for any other reason ? > > Thanks guys! > >
-- You received this message because you are subscribed to the Google Groups "GitLab" 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/groups/opt_out.
