Skip to content

Commit

Permalink
Add systemd unit file from #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 4, 2022
1 parent 214abab commit 2d9a594
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pi400kb.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=pi400kb USB OTG Keyboard & Mouse forwarding

[Service]
ExecStart=/usr/sbin/pi400kb
User=root
Group=root
Type=simple
Restart=on-failure

[Install]
WantedBy=multi-user.target

0 comments on commit 2d9a594

Please sign in to comment.