mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:37:13 +08:00
7 lines
93 B
Bash
7 lines
93 B
Bash
# vim:set ft=sh:
|
|
run_hook ()
|
|
{
|
|
# Try resuming with uswsusp
|
|
/usr/lib/suspend/resume
|
|
}
|