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

17 lines
250 B
SYSTEMD

[Unit]
Description=OVOS ZRAM var
DefaultDependencies=no
Requires=zram-var.service
After=zram-var.service
Before=umount.target
Conflicts=umount.target
[Mount]
What=/dev/zram2
Where=/var
Type=ext4
Options=nobarrier
[Install]
WantedBy=local-fs.target