Skip to content

Instantly share code, notes, and snippets.

@shirou
Created January 23, 2025 09:19
Show Gist options
  • Save shirou/62501b6bfaa6534e5307699995062887 to your computer and use it in GitHub Desktop.
Save shirou/62501b6bfaa6534e5307699995062887 to your computer and use it in GitHub Desktop.
usb-otg-service.unit
[Unit]
Description=USB-gadget
After=NetworkManager.service
Wants=NetworkManager.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/nmcli con up usb-otg
[Install]
WantedBy=sysinit.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment