diff --git a/icewm-preferences.patch b/icewm-preferences.patch index 01f8074..98c17ee 100644 --- a/icewm-preferences.patch +++ b/icewm-preferences.patch @@ -48,7 +48,7 @@ Index: src/preferences # Command to reboot the system -# RebootCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl reboot; } ||:"" -+RebootCommand="/bin/sh -c "systemctl reboot; ||:"" ++RebootCommand="/bin/sh -c "systemctl reboot ||:"" # Command to run on CPU status # CPUStatusCommand="xterm -name top -title Process\ Status -e top"