diff options
Diffstat (limited to 'src/usr/bin/disable-powerbutton-daemon')
-rwxr-xr-x | src/usr/bin/disable-powerbutton-daemon | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |