add sysctl startup settings

This commit is contained in:
Yatao Li 2021-09-03 00:26:01 +08:00
parent d2e82ef57b
commit 90479a6841
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
kernel.nmi_watchdog=0
vm.dirty_writeback_centisecs=1500

View file

@ -38,6 +38,7 @@ and cooling devices.
- Install `thermal-cpu-cdev-order.xml` to `/etc/thermald/`
- Install `thermald.service` to `/lib/systemd/system/` and overwrite the old one.
- Maybe install to `/usr/lib/systemd/system/` too.
- Install `50-surface.conf` to `/etc/sysctl.d/`
- `systemctl daemon-reload`
- `systemctl restart udev`
- `systemctl restart thermald`