Files
uno-q-audio-synth/system/pd-synth-i2s.service
T
david 290862a74e
Validate and Test / validate-patches (push) Failing after 2m7s
feat: add skills, version pinning, CI/CD, and generated-file headers
- Create skills: rego-pd-validator, usb-gadget-configfs, led-matrix-msgpack-rpc
- Update pd-audio-synthesis skill with Uno Q specifics
- Add Pd version check (min 0.54.0) to start-synth.sh
- Add DO NOT EDIT headers to generated pd patches
- Add Gitea Actions CI workflow for patch validation
- Add ConditionPathExists guards to legacy systemd services
- Add 'just ci' recipe for CI
2026-06-24 03:16:28 -07:00

18 lines
440 B
Desktop File

[Unit]
Description=Pure Data I2S DAC Synth (standalone)
ConditionPathExists=/home/arduino/uno-q-audio-synth/pd/synth.pd
After=network.target sound.target
Wants=usb-gadget-audio.service
[Service]
Type=simple
User=arduino
ExecStart=/home/arduino/uno-q-audio-synth/scripts/start-synth.sh --i2s
ExecStop=/usr/bin/killall pd
WorkingDirectory=/home/arduino/uno-q-audio-synth
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target