Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-run.service
2018-04-05 00:14:16 +02:00

12 lines
190 B
Desktop File

[Unit]
Description=Hassio ZRAM run
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/sbin/hassio-zram -t fs -m run -s 16M
RemainAfterExit=true
[Install]
WantedBy=hassio-zram.target