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

14 lines
227 B
Desktop File

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