Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.53k stars 1.25k forks source link

Running TerminalUI app in Supervisor #1595

Open dawinaj opened 1 year ago

dawinaj commented 1 year ago

Hello, I am making a program with Text UI (via FTXUI). It runs fine when standalone: image

But when I try to run it in supervisor, the window is much smaller: image

I tried adding DISPLAY to environment= but it didn't do anything. Any idea how to make it fullscreen, or if it's impossible? I guess fging from two different screens would be quite troublesome...