mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
372c16bc68
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
319 B
Text
9 lines
319 B
Text
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
|