This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > sleepd (2.05)

sleepd is a daemon to to put a laptop to sleep if it is not
being used or if the battery is low.

You'll need to add the following lines to /etc/rc.d/rc.local.
# Start sleepd
if [ -x /etc/rc.d/rc.sleepd ]; then
/etc/rc.d/rc.sleepd start
fi

You should then add the following to /etc/rc.d/rc.local_shutdown.
# Stop sleepd
if [ -x /etc/rc.d/rc.sleepd ]; then
/etc/rc.d/rc.sleepd stop
fi

Maintained by: Kenneth Chan
Keywords: acpi,suspend,sleep,laptop,powersaving,sleepd,hibernate
ChangeLog: sleepd

Homepage:
https://joeyh.name/code/sleepd

Source Downloads:
sleepd-2.05.tar.gz (36c1109631b763879c1e3c3e84492acd)

Download SlackBuild:
sleepd.tar.gz
sleepd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds