Files
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

19 lines
505 B
Desktop File

[Unit]
Description=Pure Data Synth (auto-detect: gadget or host)
ConditionPathExists=/home/arduino/uno-q-audio-synth/pd/synth.pd
Documentation=https://github.com/arduino/uno-q-audio-synth
After=usb-role-detect.service
Wants=usb-role-detect.service
[Service]
Type=simple
ExecStart=/home/arduino/uno-q-audio-synth/scripts/start-synth.sh --auto --verbose
ExecStop=/usr/bin/killall -s TERM pd
StandardOutput=journal
StandardError=journal
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target