Files
uno-q-audio-synth/system/usb-role-detect.service

15 lines
296 B
Desktop File

[Unit]
Description=Detect USB role (gadget vs host)
DefaultDependencies=no
After=sysinit.target
Before=pd-synth-auto.service
[Service]
Type=oneshot
ExecStart=/home/arduino/uno-q-audio-synth/scripts/detect-usb-role.sh
RemainAfterExit=yes
StandardOutput=journal
[Install]
WantedBy=sysinit.target