Tagged Questions
3
votes
0answers
201 views
Where to put scripts that run when computer is resumed?
I need to lock the screen when my computer is waken up from memory suspend,
So I tried to put the following script to /usr/lib/pm-utils/sleep.d and /etc/pm/sleep.d, but it never got executed,
...