Run command in background on a Synology NAS with nohup

  Linux, Servers

To run a programm  that doesn’t quit if you close the ssh session use nohup (no hangup). 

Attention, you have to run it as root for it to work!

admin@mysyno:~$ sudo su
Password:
ash-4.3# nohup <command> &