Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-swap.service
2018-06-16 09:06:07 +00:00

16 lines
270 B
Desktop File

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