Tagged Questions
1
vote
1answer
671 views
How to use open/openvt with command line arguments?
Question:
I can start LumiSoft mailserver in console mode like this:
./lsMailServer.exe -daemon
Unfortunately this blocks the terminal that was used.
And I am logged in via ssh.
I'm just ...