summaryrefslogtreecommitdiff
path: root/lib/support/init.d
Commit message (Collapse)AuthorAgeFilesLines
* Changed sudo by su -cWachiwi2014-05-131-1/+1
| | | See PR #5935 in gitlabhq/gitlabhq for more details
* Refer to "GitLab CI" in some additional places in the init.d script.cr7pt0gr4ph72014-04-161-5/+5
|
* Make the init.d script's output refer to "GitLab CI" instead of "GitLab".cr7pt0gr4ph72014-04-161-6/+6
|
* Deleted a file that was accidentally pushedJeroen van Baarsen2014-02-201-134/+0
|
* Added the new init.d scriptJeroen van Baarsen2014-02-203-78/+408
|
* Remove the `chmod +x` step for the init scriptJacob Vosmaer2014-01-311-0/+0
|
* No need to redirect sidekiq boot outputJacob Vosmaer2014-01-291-5/+4
| | | | This is handled by script/background_jobs
* Add background_jobs script from gitlabhqJacob Vosmaer2014-01-291-2/+2
|
* Create a constant for sidekiq.log's pathJacob Vosmaer2014-01-271-4/+5
|
* Capture sidekiq start / stop output in sidekiq.logJacob Vosmaer2014-01-271-5/+5
|
* No backgrounding in the init scriptJacob Vosmaer2014-01-271-4/+4
|
* fix issuess #160Oishi2013-08-061-0/+3
|
* Introduced $APP_USER var for running the serviceThom Wiggers2013-07-191-8/+8
| | | | | | ...as that $APP_USER Solution for gitlabhq/gitlab-ci#186
* replace unicorn with puma in init.d script. added configDmitriy Zaporozhets2013-04-081-11/+11
|
* support scriptsDmitriy Zaporozhets2013-01-161-0/+131