Install Screen. This will let you “detach” from the session and close the terminal without killing the process.
To start Plexamp in a detached screen: screen -d -m node plexamp/js/index.js
screen -d -m node plexamp/js/index.js
List screens using screen -ls
screen -ls
Attach a screen with screen -r <name-of-screen>
screen -r <name-of-screen>
GitHub-flavored Markdown & a sane subset of HTML is supported.
Fill in your email address if you want to get notified when someone replies to your comment. Your email address is safely stored with strong 256-bit AES encryption. You can unsubscribe from notification emails any time by following a link on the bottom of a reply notification email.