stabilize systemd services: fix races, masked flooding, dependencies
- pd-synth: add After=usb-gadget-audio.service midi-bridge.service (was Wants= only, race) - usb-gadget-audio: add Restart=on-failure After=sysinit.target - pd-synth-i2s: fix Wants=configure-usb-audio.service → usb-gadget-audio.service - detect-usb-role.sh: hardcode gadget role (all 4 detection methods always fail, skip 2s sleep) - arduino-router-serial: masked on board (flooded 2173× restarts looking for nonexistent /dev/ttyGS0)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Pure Data I2S DAC Synth (standalone)
|
||||
After=network.target sound.target
|
||||
Wants=configure-usb-audio.service
|
||||
Wants=usb-gadget-audio.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
||||
Reference in New Issue
Block a user