Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add entry in /usr/lib/pm-utils/sleep.d to run houry on resume/thaw #17

Open
jonbodner opened this issue Jun 25, 2014 · 2 comments
Open

Comments

@jonbodner
Copy link

Hello,

I just added a file 99zzkidtimer to /usr/lib/pm-utils/sleep.d so that kidtimer will run when my computer is woken from sleep:

#!/bin/sh

# This script makes kidtimer update account status when the machine is woken up.
# For a laptop, these are the closest parallels to turning on a desktop.

case $1 in
    resume|thaw)
        /usr/local/bin/kidtimer hourly
        ;;
esac

Do you think this could be added to the distribution?

@grover66
Copy link
Owner

grover66 commented Jul 1, 2014

Sure,

About to go on vacation for a week, but will address it soon,

Mike :)

@StoicTheVast
Copy link

Yes, I found this important too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants