fix pid, sockets path in gitlab-workhorse.service
This commit is contained in:
parent
a1746c5fa0
commit
428aade405
2 changed files with 8 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
gitlab (8.4.3+dfsg-6) unstable; urgency=medium
|
||||
|
||||
* Fix pid and sockets path for gitlab-workhorse
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Sun, 14 Feb 2016 12:45:24 +0530
|
||||
|
||||
gitlab (8.4.3+dfsg-5) unstable; urgency=medium
|
||||
|
||||
* Switch to su from sudo
|
||||
|
|
4
debian/conf/gitlab-workhorse.service
vendored
4
debian/conf/gitlab-workhorse.service
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue