fix: Rebrand systemd templates, polkit rules, and install scripts
CMake / build (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled

- src/templates/pipedald.service.template — user/group pipedal_d → oppedal_d
- src/templates/pipedaladmind.service.template — WorkingDirectory /var/pipedal → /var/oppedal
- src/templates/pipedal_nm_p2pd.service.template — Description and WorkingDirectory
- src/templates/pipedal_p2pd.service.template — Description and WorkingDirectory
- src/templates/pipedal_p2pd.conf.template — p2p_model_name, manufacturer
- src/templates/jack.service.template — After=pipedald → After=oppedald
- src/templates/*.conf — PiPedal/pipedal-* → OP-Pedal/oppedal-* references
- src/polkit-1/rules/10-pipedal-networkmanager.rules — group pipedal_d → oppedal_d
- install.sh — pipedalconfig/oppedalconfig binary paths
- uninstall.sh — /etc/pipedal, /var/pipedal → /etc/oppedal, /var/oppedal
- run.sh — pipedald → oppedald, /etc/pipedal → /etc/oppedal
This commit is contained in:
2026-06-20 12:02:39 -04:00
parent 5e93cc1fb9
commit c028ad8cd6
13 changed files with 27 additions and 27 deletions
@@ -1,5 +1,5 @@
[Unit]
Description=PiPedal P2P Session Manager
Description=OP-Pedal P2P Session Manager
After=network.target
After=nss-lookup.target
After=wpa_supplicant.service
@@ -11,7 +11,7 @@ StartLimitBurst=8
[Service]
ExecStart=${COMMAND} --systemd --loglevel info
Type=notify
WorkingDirectory=/var/pipedal
WorkingDirectory=/var/oppedal
Restart=on-failure
TimeoutStopSec=5
RestartSec=5s