Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/188521

Change subject: ircd: services started by upstart should not fork
......................................................................

ircd: services started by upstart should not fork

upstart works best when services are not forking, although it supports
forking services as well. The ircd.conf upstart configuration though was
wrong and did not set the service to not fork in the background. Have
ircd stay in the foreground

Change-Id: I18324ab45158ce33c9ae068723fb7a2407a24ed6
---
M modules/mw-rc-irc/files/upstart/ircd.conf
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/188521/1

diff --git a/modules/mw-rc-irc/files/upstart/ircd.conf 
b/modules/mw-rc-irc/files/upstart/ircd.conf
index f8ab406..01ddffb 100644
--- a/modules/mw-rc-irc/files/upstart/ircd.conf
+++ b/modules/mw-rc-irc/files/upstart/ircd.conf
@@ -10,4 +10,4 @@
 
 console log
 
-exec /usr/bin/ircd
+exec /usr/bin/ircd -foreground

-- 
To view, visit https://gerrit.wikimedia.org/r/188521
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I18324ab45158ce33c9ae068723fb7a2407a24ed6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to