[packages/gitlab-workhorse] link for explanation why RC_LOGGING=yes fails

glen glen at pld-linux.org
Fri Sep 9 23:28:09 CEST 2016


commit 2681698c0a0324e14c57a74a82a05d25c61836e1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Sep 10 00:27:52 2016 +0300

    link for explanation why RC_LOGGING=yes fails

 gitlab-workhorse.init | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gitlab-workhorse.init b/gitlab-workhorse.init
index ab23db2..438e253 100755
--- a/gitlab-workhorse.init
+++ b/gitlab-workhorse.init
@@ -46,6 +46,7 @@ start() {
 	msg_starting "GitLab Workhorse"
 	# initlog would cause fd1 and fd2 to be pipe
 	# those won't exist when workhorse tries to write to stdout causing it to abort with SIGPIPE
+	# http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-September/025111.html
 	RC_LOGGING=no
 	daemon --pidfile $pidfile --user $USER --makepid --chdir "$APP_PATH" --redirfds --fork \
 		/usr/sbin/gitlab-workhorse -listenUmask 0 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-workhorse.git/commitdiff/2681698c0a0324e14c57a74a82a05d25c61836e1



More information about the pld-cvs-commit mailing list