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

12 lines
184 B
Desktop File

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