This command will keep your process running in background even when closing the SSH connection to your synology.
nohup your_command >out.log 2>&1 </dev/null &
This command will keep your process running in background even when closing the SSH connection to your synology.
nohup your_command >out.log 2>&1 </dev/null &