Add hidg.service

This commit is contained in:
2026-04-17 22:03:24 +00:00
parent ae1c08e993
commit 9aa8b10833
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=HID Gadget
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/hid-setup.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target