1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 06:02:23 +01:00
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