Fix the patch for the PID file.

This commit is contained in:
Manuel Friedli 2018-03-09 20:21:34 +01:00
parent 751521c024
commit ded6fb1b31
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ index cc10da2..3c80d44 100644
# feel free to point this anywhere accessible on the filesystem
-pid "/home/git/gitlab/tmp/pids/unicorn.pid"
+pid "/run/gitlab/pids/unicorn.pid"
+pid "/run/gitlab/unicorn.pid"
# By default, the Unicorn logger will write to stderr.
# Additionally, some applications/frameworks log to stderr or stdout,