[DRE-commits] [gitlab] 08/17: use /var for gitlab-workhorse too

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Feb 13 16:42:25 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 2bb60520ca71db5464c56cf2c8e1bc48f3424cde
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Feb 13 18:17:07 2016 +0530

    use /var for gitlab-workhorse too
---
 debian/conf/gitlab-workhorse.service | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/conf/gitlab-workhorse.service b/debian/conf/gitlab-workhorse.service
index a5f07aa..c9ca3d9 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=/usr/share/gitlab/tmp/pids/gitlab-workhorse.pid
+PIDFile=/var/log/gitlab/pids/gitlab-workhorse.pid
 
-ExecStart=/usr/share/gitlab/bin/daemon_with_pidfile /usr/share/gitlab/tmp/pids/gitlab-workhorse.pid gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /usr/share/gitlab/tmp/sockets/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket /usr/share/gitlab/tmp/sockets/gitlab.socket -documentRoot /usr/share/gitlab/public >> /usr/share/gitlab/log/gitlab-workhorse.log 2>&1
+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
 
 [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