summaryrefslogtreecommitdiffstats
path: root/system/zramen/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/zramen/README')
-rw-r--r--system/zramen/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/zramen/README b/system/zramen/README
new file mode 100644
index 0000000000..5fe20b1f72
--- /dev/null
+++ b/system/zramen/README
@@ -0,0 +1,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