File

.busted @ 12103:fc297128c33a

prosodyctl: Hide process management commands when init system should be used instead
author Kim Alvefur <zash@zash.se>
date Tue, 21 Dec 2021 14:23:09 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}