From f75b9f883e4c65019c55d64c907cec98e3a03d4b Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 5 May 2024 13:30:48 -0400 Subject: fix disable-powerbutton-daemon --who --- src/usr/bin/disable-powerbutton-daemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/bin/disable-powerbutton-daemon b/src/usr/bin/disable-powerbutton-daemon index cde67c7..7e47651 100755 --- a/src/usr/bin/disable-powerbutton-daemon +++ b/src/usr/bin/disable-powerbutton-daemon @@ -31,4 +31,4 @@ test -f "/etc/sysconfig/${DAEMON_NAME}" && . "/etc/sysconfig/${DAEMON_NAME}" test -z "${DP_WHAT}" && DP_WHAT="shutdown:sleep:idle:handle-power-key:handle-suspend-key:handle-hibernate-key:handle-lid-switch" test -z "${DP_COMMAND}" && DP_COMMAND="/usr/libexec/stackrpms-acer-chromebook/disable-powerbutton-loop" export DP_SAFETY_FILE -elogind-inhibit --what "${DP_WHAT}"--who "disable-powerbutton-daemon" --why "Let power button call logout-manager" --mode=block "${DP_COMMAND}" +elogind-inhibit --what "${DP_WHAT}" --who "disable-powerbutton-daemon" --why "Let power button call logout-manager" --mode=block "${DP_COMMAND}" -- cgit