Commit 0efbb9ba authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Enable zram service by default

parent b8763e7f
......@@ -3,3 +3,5 @@ all:
install -m 0755 zramstop /usr/sbin
install -m 0644 zram.service /lib/systemd/system
install -m 0644 zram /etc/sysconfig
mkdir -p /etc/systemd/system/swap.target.wants
ln -s /usr/lib/systemd/system/zram.service /etc/systemd/system/swap.target.wants/zram.service
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment