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