aboutsummaryrefslogtreecommitdiff
path: root/scripts/rh-server.in
AgeCommit message (Collapse)Author
2024-01-25fix: prevent duplicate running of 'main'Christopher R. Nelson
when we switched to the new shebang format to keep GNU Guix happy, we didn't remove the run main command from the end of the script. this caused the main loop to be executed both when the interpreter decided what to do, and when the file was evaluated.
2024-01-21Add shutdown command, and refactor server implChristopher R. Nelson
zmq: refactor server to functions add shutdown function (end recursion) media: fix bug with missing directories rh-client: support shutdown function rh-server: update to use build variables
2023-06-19feat: more proper build infraChristopher R. Nelson
- scripts should be scripts/command-name.in - tests file shouldn't mismatch style from app