From 428aade4050965d2a9597a08f20960c1ce10006e Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Sun, 14 Feb 2016 12:45:31 +0530 Subject: [PATCH] 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 0eb80d949f..791f3c6262 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 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 c9ca3d96e7..2bda5cc92b 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