.busted
author Kim Alvefur <zash@zash.se>
Sat, 24 Feb 2024 01:00:44 +0100
changeset 13445 6d96b6eeee5a
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.signal: Wrap signalfd in an userdatum for gc handling etc

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