Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
Tidal
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • Tidal
  • Repository

Switch branch/tag
  • Tidal
  • tools
  • rig_units.py
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    feat(rig): one authored unit inventory + parvagues-rig.target — the list lived in three places · 406a4610
    PLN: "we gotta ensure these are unified proper gig single service or package
    easy to maintain/add things to."
    
    tools/rig_units.py is now THE inventory. Three consumers, no re-typing:
    the Bridge panel imports SERVICES, gig-up.sh reads --ensure, and
    parvagues-rig.target is GENERATED by --target. Same shape as lcxl_grid.py (#97),
    for the same reason: the list was previously a hand-typed table in bridge/rig.py
    (5 rows, missing parvagues-bridge), a hardcoded loop in gig-up.sh (4 names), and
    whatever [Install] each unit carried. Adding a unit to the rig is one row.
    
    Two real bugs closed:
    
    * gig-up.sh only ever ran `systemctl start`, never `enable`. A start fixes
      tonight and changes nothing about the next login — exactly how
      tidal-ardour-autoroute sat `disabled` while every pre-gig check passed.
      --ensure does both verbs, per-unit boot policy: the reconcilers are "login"
      (they idle, hold no ports, make no sound), parvagues-sc stays "on-demand"
      because a login must not start SuperDirt.
    
    * `is-enabled` returning "linked" means NOT enabled — it reads like a healthy
      word. --status says so in words instead of printing systemd term.
    
    Also learned the hard way while doing this: a unit file symlinked from
    ~/.config/systemd/user into a FEATURE branch vanishes on `git checkout`, and
    `systemctl disable` on a linked unit deletes the symlink itself. Live infra
    files belong on master; both units are there now.
    
    systemctl --user start parvagues-rig.target  # the single handle
    PLN (Algolia) authored Aug 23, 2026
    406a4610
rig_units.py 7.9 KB
EditWeb IDE
×

Replace rig_units.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.