summaryrefslogtreecommitdiff
path: root/headless-boot.service
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 /headless-boot.service
parent1579f06b31ec8435a9da6ab5461ccd119069acc0 (diff)
upload simple working version from neatHerd (via STAN)
Diffstat (limited to 'headless-boot.service')
-rw-r--r--headless-boot.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/headless-boot.service b/headless-boot.service
new file mode 100644
index 0000000..feb9352
--- /dev/null
+++ b/headless-boot.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=SJP: configure raspi for headless mode at boot
+
+[Service]
+# Type=Simple
+# User=st33v
+ExecStart=-/usr/local/bin/headless-boot.sh
+
+[Install]
+WantedBy=multi-user.target