summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorst33v <github@f3rr3t.com>2016-12-29 12:27:19 +1100
committerst33v <github@f3rr3t.com>2016-12-29 12:27:19 +1100
commit84a21a1fea55109e89b7b3ada5eff401dc8f33b8 (patch)
treeef1f43a9f867fa680d8a54113da96e7c801b4619 /README.md
parent1579f06b31ec8435a9da6ab5461ccd119069acc0 (diff)
upload simple working version from neatHerd (via STAN)
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44c1284..f40ca5d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,19 @@
# raspi-headless
scripts and systemd service to configure a headless raspberry pi
+
+## Version
+Version 1.0 SJ Pratt. 29 December 2016.
+
+## Symlinks for service and script
+To make this service work, create hard links as shown:
+
+|File|Desc| Link to|
+|headless-boot.sh | Turns off HDMI to save power | /usr/local/bin/ |
+|headless-boot.service | Calls bash script | /etc/systemd/system/ |
+
+To enable the service:
+```
+sudo systemctl enable headless-boot
+```
+
+