I have a script I use which is pretty simple. I run this script from the user willum. i call it restart.sh -------------------------------------------------------------------- #!/bin/bash willumpid() { /usr/sbin/lsof -i UDP:$1 -F '' | cut -f 1- } pi...
[Read More]