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-run.service
2018-04-03 23:03:47 +02:00

13 lines
203 B
Desktop File

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