As I'm a fan of pm2 <http://pm2.keymetrics.io/> - one can use it to start 
the single executable and close the terminal afterwards, pm2 keeps it 
running

pm2 start --name multiuser /path/to/executable

to stop it afterwards:

pm2 stop multiuser

to start it again:

pm2 start multiuser

reloading:

pm2 gracefulReload multiuser

deleting the pm2 process (does not delete files):

pm2 delete multiuser

showing statistics:

pm2 show multiuser


pm2 can be installed with nodejs:

npm -g install pm2 (depends on your system)


These are all commands I use
We can also make a desktop file that launches it, so that no terminal is 
needed

BTC

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/08459e50-e638-488e-a17c-9ac4e3d8726e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to