aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream.sysctl
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: remove sysctl/cmdline filesDmitry Vyukov2020-11-301-19/+0
| | | | Sysctl's are now setup in executor and cmdline is part of configs.
* dashboard/config: move OS configs into separate dirsDmitry Vyukov2020-10-131-0/+19
There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171