mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 21:51:40 +01:00
11 lines
143 B
SYSTEMD
11 lines
143 B
SYSTEMD
[Unit]
|
|
Description=HassOS ZRAM swap
|
|
Requires=zram-swap.service
|
|
After=zram-swap.service
|
|
|
|
[Swap]
|
|
What=/dev/zram0
|
|
|
|
[Install]
|
|
WantedBy=swap.target
|