Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/zram-swap.service
2018-11-29 16:01:16 +00:00

16 lines
273 B
Desktop File

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