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