Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-var.service
2018-04-03 23:01:04 +02:00

13 lines
203 B
Desktop File

[Unit]
Description=Hassio ZRAM var
Requires=var.mount
Before=var.mount
[Service]
Type=oneshot
ExecStart=/sbin/hassio-zram -t sf -m var -s 32M
RemainAfterExit=true
[Install]
WantedBy=hassio-zram.target