Enable RNDIS gadget automatically

This commit is contained in:
Takumi Sueda
2023-03-27 19:37:52 +09:00
parent bc2c108d77
commit 33e3afbf13
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Enable RNDIS USB Gadget
[Service]
Type=oneshot
ExecStart=/usr/bin/enable_rndis_gadget
[Install]
WantedBy=multi-user.target