Can you guys update these templates and fix the bugs:
-
AlamaLinux9 & RockyLinux9 & Centos9_Stream // Enable SSD TRIM by default:
Why?
This is making disk space show 100% in use SolusVM2 CP because the OS is not releasing free disk blocks.
Fix:
systemctl enable --now fstrim.timer
-
Ubuntu24: // systemd-networkd-wait-online.service huge delay
First boot takes an extra 2mins to boot because its stuck at systemd-networkd-wait-online.service timeout.
Why? This is annoying as hell
Fix:
systemctl edit systemd-networkd-wait-online.service
##add the following:
[Service]
TimeoutStartSec=10