Fix kernel tweaks

This commit is contained in:
VirtuBox
2019-07-25 17:13:27 +02:00
parent 5cf62061e7
commit 11de72b4e8
5 changed files with 35 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- MySQL configuration tuning
- Cronjob to optimize MySQL databases weekly
- wo-kernel systemd service to apply kernel tweaks on server startup
#### Changed
@@ -19,6 +20,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Improved debug log
- Updated Nginx configuration process to not overwrite files with custom data (htpasswd-wo, acl.conf etc..)
#### Fixed
- Kernel tweaks were not applied without server reboot
### v3.9.6.2 - 2019-07-24
#### Changed