Commit 801f4290 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

zram should be started in multi-user.target only

parent 2a53a446
...@@ -3,5 +3,4 @@ all: ...@@ -3,5 +3,4 @@ all:
install -m 0755 zramstop /usr/sbin install -m 0755 zramstop /usr/sbin
install -m 0644 zram.service /lib/systemd/system install -m 0644 zram.service /lib/systemd/system
install -m 0644 zram /etc/sysconfig install -m 0644 zram /etc/sysconfig
install -v -dm755 /etc/systemd/system/swap.target.wants ln -s /lib/systemd/system/zram.service /etc/systemd/system/multi-user.target.wants/zram.service
ln -s /usr/lib/systemd/system/zram.service /etc/systemd/system/swap.target.wants/zram.service
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