On Wednesday, November 27, 2013 6:53:54 PM UTC+1, alin wrote: > The upgrade procedure for v3 creates this file > ./render_config.rb > /vagrant/ce-installer/modules/resque/templates/etc/init/resque-worker.conf.erb > > /etc/init/resque-worker.conf > > than starts with resque-worker with > # service start resque-worker > > first: > in the documentation the resque-worker.conf is placed in /etc/init. usually > there's no such folder on standard linux install so should i assume that it > means /etc/init.d/? > > second: > is that a config file or a start file? i mean should i start the > resque-worker with /etc/init.d/resque-worker.conf? > > thanks, > alin
Hi Alin, This /etc/init/ is a directory where upstart keeps its service files. Upstart is used on CentOS and Ubuntu, and these are the systems Gitorious was most tested on. Also, the Upgrading Guide (https://gitorious.org/gitorious/mainline/source/39de776f3988b8f7fc98085aaacae528eef39fe0:doc/upgrading-to-gitorious3.md) mentions that the instructions are for CentOS. -- -- 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/groups/opt_out.
