]> git.pld-linux.org Git - packages/gitlab-workhorse.git/commitdiff
update sockets path
authorElan Ruusamäe <glen@delfi.ee>
Sat, 16 Apr 2016 10:37:45 +0000 (13:37 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 16 Apr 2016 10:37:45 +0000 (13:37 +0300)
gitlab-workhorse.service
gitlab-workhorse.spec

index 03e7b7f56febcb5ee8b17f8475a7f0e6643e7402..c0585142e4861c2dd03c54d252a949043478bbe8 100644 (file)
@@ -5,10 +5,10 @@ PartOf=gitlab-ce.target
 
 [Service]
 Type=simple
-User=gitlab
-Group=gitlab
-WorkingDirectory=/srv/www/vhosts/gitlab-ce/
-ExecStart=/usr/sbin/gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /srv/www/vhosts/gitlab-ce/tmp/sockets/gitlab-workhorse.socket -authBackend http://127.0.0.1:3003 -authSocket /srv/www/vhosts/gitlab-ce/tmp/sockets/puma.sock
+User=git
+Group=git
+WorkingDirectory=/var/lib/gitlab
+ExecStart=/usr/sbin/gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend http://127.0.0.1:3003 -authSocket /run/gitlab/puma.sock
 Restart=on-failure
 
 [Install]
index 7ad6c02736c822888f1743043bd1bf948f99d6b9..d64ed9e7fba2f14f2ea44bb3a44f182593b3e840 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       An HTTP daemon that serves Git clients
 Name:          gitlab-workhorse
 Version:       0.7.1
-Release:       0.4
+Release:       0.5
 License:       MIT
 Group:         Development/Building
 # md5 deliberately omitted until this package is useful
This page took 0.079724 seconds and 4 git commands to generate.