12 lines
240 B
Desktop File
12 lines
240 B
Desktop File
[Unit]
|
|
Description=Determine and set I2S audio ALSA device
|
|
Before=pd-synth-i2s.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/arduino/uno-q-audio-synth/scripts/detect-i2s-device.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|