mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
e4d95a407b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
rc.zramen | ||
README | ||
slack-desc | ||
zramen.info | ||
zramen.SlackBuild |
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