gh-95: Disable console blanking

Closes #95
pull/100/merge
Vlastimil Holer 7 years ago
parent 0d2c1d13b3
commit 3d613abe06
No known key found for this signature in database
GPG Key ID: EB549BADEFD07C53

@ -0,0 +1,5 @@
#!/bin/bash
for DEV_TTY in /dev/tty[0-9]*; do
TERM=linux setterm -blank 0 -powerdown 0 >>"${DEV_TTY}"
done
Loading…
Cancel
Save