mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-20 22:00:44 +01:00
12 lines
226 B
Desktop File
12 lines
226 B
Desktop File
[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
|