Hi, I have Plesk Panel 11, and had 2 related questions:
1. I have a script that I need to run in the background, and that it should always be running with the command below:
nohup sh /var/www/path-to-script/script.sh > /tmp/script.log & 1>&2
the script basically goes into a while loop...