File

.busted @ 13463:3ce550ce44ce

util.startup: Don't use not yet existent shutdown procedure when started as root (thanks SigmaTel71)
author Kim Alvefur <zash@zash.se>
date Sun, 24 Mar 2024 21:31:47 +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";
  };
}