Alexandros Kosiaris has submitted this change and it was merged. 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(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I18324ab45158ce33c9ae068723fb7a2407a24ed6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
