[DRE-commits] [gitlab] 01/01: fix pid, sockets path in gitlab-workhorse.service

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Feb 14 08:53:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 428aade4050965d2a9597a08f20960c1ce10006e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Feb 14 12:45:31 2016 +0530

    fix pid, sockets path in gitlab-workhorse.service
---
 debian/changelog                     | 6 ++++++
 debian/conf/gitlab-workhorse.service | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0eb80d9..791f3c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gitlab (8.4.3+dfsg-6) unstable; urgency=medium
+
+  * Fix pid and sockets path for gitlab-workhorse 
+
+ -- Pirate Praveen <praveen at debian.org>  Sun, 14 Feb 2016 12:45:24 +0530
+
 gitlab (8.4.3+dfsg-5) unstable; urgency=medium
 
   * Switch to su from sudo 
diff --git a/debian/conf/gitlab-workhorse.service b/debian/conf/gitlab-workhorse.service
index c9ca3d9..2bda5cc 100644
--- a/debian/conf/gitlab-workhorse.service
+++ b/debian/conf/gitlab-workhorse.service
@@ -19,9 +19,9 @@ User=gitlab
 WorkingDirectory=/usr/share/gitlab
 EnvironmentFile=/etc/gitlab/gitlab-debian.conf
 SyslogIdentifier=gitlab-workhorse
-PIDFile=/var/log/gitlab/pids/gitlab-workhorse.pid
+PIDFile=/var/run/gitlab/pids/gitlab-workhorse.pid
 
-ExecStart=/usr/share/gitlab/bin/daemon_with_pidfile /var/log/gitlab/pids/gitlab-workhorse.pid gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /var/log/gitlab/sockets/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket /var/log/gitlab/sockets/gitlab.socket -documentRoot /usr/share/gitlab/public >>/var/log/gitlab/gitlab-workhorse.log 2>&1
+ExecStart=/usr/share/gitlab/bin/daemon_with_pidfile /var/run/gitlab/pids/gitlab-workhorse.pid gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /var/run/gitlab/sockets/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket /var/run/gitlab/sockets/gitlab.socket -documentRoot /usr/share/gitlab/public >>/var/run/gitlab/gitlab-workhorse.log 2>&1
 
 [Install]
 WantedBy=multi-user.target

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list