Faidon Liambotis has submitted this change and it was merged. Change subject: restart mw-cgroup on cgconfig restart ......................................................................
restart mw-cgroup on cgconfig restart this makes sure the cgroup config is added again after cgconfig gets restared during updates. Bug: 53800 Change-Id: If08bd12a4983f1a36f366e30f9ee27c779922cf0 --- M modules/mediawiki/files/cgroup/mw-cgroup.conf 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Faidon Liambotis: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/mediawiki/files/cgroup/mw-cgroup.conf b/modules/mediawiki/files/cgroup/mw-cgroup.conf index 027885d..278b7c5 100644 --- a/modules/mediawiki/files/cgroup/mw-cgroup.conf +++ b/modules/mediawiki/files/cgroup/mw-cgroup.conf @@ -1,6 +1,7 @@ description "mw-cgroup" -start on (runlevel [2345] and started cgconfig) +start on (started cgconfig) +stop on (stopped cgconfig) console output -- To view, visit https://gerrit.wikimedia.org/r/83067 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If08bd12a4983f1a36f366e30f9ee27c779922cf0 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: J <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
