1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 14:12:20 +01:00
Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-swap.service
2018-04-03 22:58:55 +02:00

13 lines
202 B
Desktop File

[Unit]
Description=Hassio ZRAM swap
Requires=dev-zram0.swap
Before=dev-zram0.swap
[Service]
Type=oneshot
ExecStart=/sbin/hassio-zram -t swap
RemainAfterExit=true
[Install]
WantedBy=hassio-zram.target