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.service | |
| parent | 1579f06b31ec8435a9da6ab5461ccd119069acc0 (diff) | |
upload simple working version from neatHerd (via STAN)
Diffstat (limited to 'headless-boot.service')
| -rw-r--r-- | headless-boot.service | 10 |
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 |
