10 lines
183 B
Desktop File
10 lines
183 B
Desktop File
[Unit]
|
|
Description=Init USB2 for Orange Pi 5
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/sh -c "echo host > /sys/kernel/debug/usb/fc000000.usb/mode"
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=default.target
|