summaryrefslogtreecommitdiffstats
path: root/system/zramen/README
blob: 5fe20b1f72d8a191cc7862f07c79e91d87b53697 (plain) (blame)
1
2
3
4
5
6
7
8
9
Zramen is a simple bash script that makes managing zram much easier.
This SlackBuild provides the zramen script but also a service script
compatible with sysvinit.

To enable zramen on startup, add the following to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.zramen ]; then
  # Start Zramen
  /etc/rc.d/rc.zramen start
fi