Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-var.service
2018-04-11 15:47:55 +02:00

14 lines
227 B
Desktop File

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