desktop/zramswap/zram.service

13 lines
227 B
SYSTEMD
Raw Normal View History

2012-09-17 02:35:16 +08:00
[Unit]
Description=Enable compressed swap in memory using zram
After=multi-user.target
[Service]
RemainAfterExit=yes
ExecStart=/usr/sbin/zramstart
ExecStop=/usr/sbin/zramstop
Type=oneshot
[Install]
WantedBy=multi-user.target