Advertisement
Guest User

Untitled

a guest
Sep 10th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [Unit]
  2. Description=Start Usb Gadget
  3. After=network.target
  4.  
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/home/hoff/usb-gadget-config/usr/local/bin/usb_gadget.sh up # FIXME
  8. User=root
  9. Group=root
  10.  
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement