Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-tmp.service
2018-06-16 09:06:07 +00:00

16 lines
276 B
Desktop File

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