]> git.pld-linux.org Git - packages/gitlab-workhorse.git/commitdiff
use /var/run/gitlab directly for pid path
authorElan Ruusamäe <glen@delfi.ee>
Mon, 5 Sep 2016 21:08:31 +0000 (00:08 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 5 Sep 2016 21:08:31 +0000 (00:08 +0300)
gitlab-workhorse.init

index a5cb8681b8a90dfd8a7b794c93df187dfa5bca10..ab23db27125c5bc9c5c5b9a17db4337475a34e7f 100755 (executable)
@@ -30,7 +30,7 @@ USER=git
 APP_PATH=/usr/lib/gitlab
 
 # The PID and LOCK files
-pidfile=$APP_PATH/tmp/pids/gitlab-workhorse.pid
+pidfile=/var/run/gitlab/gitlab-workhorse.pid
 lockfile=/var/lock/subsys/gitlab-workhorse
 
 # Get service config - may override defaults
This page took 0.057274 seconds and 4 git commands to generate.