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

13 lines
203 B
Desktop File

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