mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Bump buildroot to the latest 2023.02.x LTS version
This commit is contained in:
@@ -11,6 +11,7 @@ enable ovos-splash-systemd.service
|
||||
enable mycroft-admin-phal.service
|
||||
enable smb.service
|
||||
enable nmb.service
|
||||
enable mglru.service
|
||||
|
||||
disable pulseaudio.service
|
||||
disable getty@.service
|
||||
|
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Configure multigenerational LRU
|
||||
ConditionPathExists=/sys/kernel/mm/lru_gen/enabled
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
ExecStart=/bin/sh -c "echo 1 > /sys/kernel/mm/lru_gen/min_ttl_ms"
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
Reference in New Issue
Block a user