SpectreOS/service/zramswap.service
2022-10-04 19:01:31 +02:00

11 lines
214 B
Desktop File
Executable file

[Unit]
Description=Zram-based swap (compressed RAM block devices)
[Service]
Type=oneshot
ExecStart=/usr/bin/zramctrl start
ExecStop=/usr/bin/zramctrl stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target