G
Grischa Schuering
Hello,
I have a perl daemon running using the start-stop-daemon in background mode.
Now I would like to get the mnessages, that were originally send on STDIN,
STDOUT, STDERR to a file.
Using start-stop-daemon --exec $DAEMON --background >$2 file.log is not
working. No wonder, sonce a backround task should not send any information
to STDIN and so on.
What is the correct command to get the mesages to file or syslog
(whatever)???
I have a perl daemon running using the start-stop-daemon in background mode.
Now I would like to get the mnessages, that were originally send on STDIN,
STDOUT, STDERR to a file.
Using start-stop-daemon --exec $DAEMON --background >$2 file.log is not
working. No wonder, sonce a backround task should not send any information
to STDIN and so on.
What is the correct command to get the mesages to file or syslog
(whatever)???