6 lines
196 B
Bash
Executable File
6 lines
196 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Let programs know not to hibernate if the kernel that would be used for
|
|
# resume-from-hibernate is likely to differ from the currently running kernel.
|
|
touch /var/run/do-not-hibernate
|