Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. - Install the ZSH shell from SynoCommunity packages
  2. - Connect to your Synology over SSH
  3. - Switch over to your new ZSH shell
  4. ``` zsh ```
  5. - Set following parameter to allow detaching of our shell
  6. ``` setopt NO_HUP ```
  7. - Run your command using nohup and ampersand
  8. ``` nohup <command> &```
  9. - Detach using CTRL+D or likewise
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement