Is it possible that even running nohup bin/process-compose -D will still require /dev/tty (basically interactive session)?
reason: Im running process-manager on my R36 handheld and process-manager runs fine when I login via ssh. However, when I run it via systemd during startup, it'll error on cannot open /dev/tty. (btw the screen stdout is actually /dev/tty1)
related: https://stackoverflow.com/questions/21845871/golang-termbox-panic-open-dev-tty-no-such-device-or-address
Is it possible that even running
nohup bin/process-compose -Dwill still require/dev/tty(basically interactive session)?related: https://stackoverflow.com/questions/21845871/golang-termbox-panic-open-dev-tty-no-such-device-or-address