Hi,
I have a script that needs to run constantly, and it performs other operations from the command line via backticks, and captures their output.
This runs fine as an executable (linux), but when the same script is run as a daemon (service ... start)
the commands are not run at all. Can anyone suggest a workaround for this as it must be run as a daemon...
Thanks,
Dave.