]> git.pld-linux.org Git - packages/gitlab-ce.git/blobdiff - gitlab-unicorn.init
package /var/run/gitlab, update pids and sockets paths
[packages/gitlab-ce.git] / gitlab-unicorn.init
index 3b99c3c4bbee3b8db7ccd8a69e2672cbd2eb817c..53dbca2569b21135c80616e39e2aad42525da23c 100755 (executable)
@@ -34,7 +34,7 @@ USER=git
 APP_PATH=/var/lib/gitlab
 
 # The PID and LOCK files used by unicorn and sidekiq
-pidfile=$APP_PATH/pids/unicorn.pid
+pidfile=$APP_PATH/tmp/pids/unicorn.pid
 lockfile=/var/lock/subsys/gitlab-unicorn
 
 # Get service config - may override defaults
This page took 0.074548 seconds and 4 git commands to generate.