ctrl c on linux flam man launcher

This commit is contained in:
Nathan
2026-03-26 09:56:54 -06:00
parent 6166a61034
commit e39fd8ac2a
+3 -1
View File
@@ -1,4 +1,6 @@
@echo off
title Nexus Flamenco Manager
echo Connecting to nexus and starting Flamenco Manager...
ssh nexus "cd /mnt/PHOENIX/flamenco/software/Flamenco && ./flamenco-manager"
REM -t allocates a PTY so Ctrl+C sends SIGINT to flamenco-manager (clean SQLite shutdown).
REM exec replaces the shell with the manager so signals go to the right process.
ssh -t nexus "cd /mnt/PHOENIX/flamenco/software/Flamenco && exec ./flamenco-manager"