Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-swap.service
2018-04-11 15:47:26 +02:00

14 lines
216 B
Desktop File

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