summaryrefslogtreecommitdiffstats
path: root/client/shared/etc/preinit/otherservices.sh
diff options
context:
space:
mode:
Diffstat (limited to 'client/shared/etc/preinit/otherservices.sh')
-rwxr-xr-xclient/shared/etc/preinit/otherservices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/etc/preinit/otherservices.sh b/client/shared/etc/preinit/otherservices.sh
index ba12d1c9..8c7d4cef 100755
--- a/client/shared/etc/preinit/otherservices.sh
+++ b/client/shared/etc/preinit/otherservices.sh
@@ -28,7 +28,7 @@ cp -a $OPENGNSYS/etc/preinit/loadenviron.sh /etc/profile.d/
#setterm -blank 0 -powersave off -powerdown 0 < /dev/console > /dev/console 2>&1
# Activado WOL en la interfaz usada en arranque PXE.
-#ethtool -s $DEVICE wol g 2>/dev/null
+ethtool -s $DEVICE wol g 2>/dev/null
# TODO Localizar correctamente el script de arranque.
[ -f /opt/opengnsys/scripts/runhttplog.sh ] && /opt/opengnsys/scripts/runhttplog.sh 2>/dev/null