Tomáš Chvátal 2015-10-26 10:52:07 +00:00 committed by Git OBS Bridge
parent 0591da2a10
commit 53cf204a29

View File

@ -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"