mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-21 14:20:45 +01:00
12 lines
226 B
SYSTEMD
12 lines
226 B
SYSTEMD
|
[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
|