[SOLVED] execute nohup command with playframework get Bad file descriptor error
Briefly

Using 'nohup sbt start' causes issues because the interactive mode expects input, while 'nohup' detaches the process from the terminal, causing 'Bad file descriptor' errors.
When running Play Framework applications in the background with 'nohup', it is essential to avoid console interaction mode or redirect input properly to prevent input stream issues.
Read at Medium
[
]
[
|
]