We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60111f commit 7038bdbCopy full SHA for 7038bdb
FunKey/board/funkey/rootfs-overlay/usr/local/sbin/powerdown
@@ -17,7 +17,7 @@ schedule_powerdown() {
17
18
# Send USR1 signal to the running FunKey process to warn about
19
# impending shutdown
20
- pkill -USR1 "$(pid print)" > /dev/null 2>&1
+ kill -USR1 "$(pid print)" > /dev/null 2>&1
21
22
# Delay for the given grace period seconds to catch signal USR2.
23
# If the signal is caught, then it means the running FunKey
0 commit comments