1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-04-17 11:57:21 +02:00

16 lines
273 B
Desktop File

[Unit]
Description=OVOS ZRAM var
DefaultDependencies=no
Before=var.mount
RefuseManualStart=true
RefuseManualStop=true
[Service]
Type=oneshot
ExecStart=/usr/libexec/ovos-zram -t fs -m var -s 32M
RemainAfterExit=true
StandardOutput=null
[Install]
WantedBy=ovos-zram.target