SpectreOS/service/zramswap.service

12 lines
214 B
SYSTEMD
Raw Permalink Normal View History

2022-10-04 19:01:31 +02:00
[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