diff options
| author | st33v <github@f3rr3t.com> | 2016-12-29 12:27:19 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2016-12-29 12:27:19 +1100 |
| commit | 84a21a1fea55109e89b7b3ada5eff401dc8f33b8 (patch) | |
| tree | ef1f43a9f867fa680d8a54113da96e7c801b4619 /headless-boot.sh | |
| parent | 1579f06b31ec8435a9da6ab5461ccd119069acc0 (diff) | |
upload simple working version from neatHerd (via STAN)
Diffstat (limited to 'headless-boot.sh')
| -rwxr-xr-x | headless-boot.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/headless-boot.sh b/headless-boot.sh new file mode 100755 index 0000000..24373db --- /dev/null +++ b/headless-boot.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# +# for raspi in headless mode +# Turn off uneeded bits to save power +# Called from a systemd service at boot +# +# SJP 29 Dec 2016 +# +# Turn off HDMI +/opt/vc/bin/tvservice -o + + |
