.busted
author Kim Alvefur <zash@zash.se>
Wed, 28 Feb 2024 22:31:06 +0100
changeset 13452 93b4ce0115f0
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.signal: Fail signalfd() if unable to change signal mask By aborting early, the failure should be brought to the attention somehow.

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