summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```
+
+