Made a service to enable auto-starting.

This commit is contained in:
2018-08-12 12:00:38 +00:00
parent 0de7ee2fd7
commit 5c908d8530
10 changed files with 33 additions and 10 deletions

8
U2FDevice.service Executable file
View File

@@ -0,0 +1,8 @@
[Unit]
Description=An implementation of the U2F device protocol for Raspberry Pi 0
[Service]
ExecStart=/usr/bin/U2FDevice
[Install]
WantedBy=multi-user.target