Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-swap.service
2018-04-04 19:14:54 +02:00

12 lines
178 B
Desktop File

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