sh stdout/stderr redirection problem

Bernt Hansson bah at bananmonarki.se
Sun Aug 17 20:51:34 UTC 2014


On 2014-08-16 16:23, Peter Ulrich Kruppa wrote:
> Hi,
>
> I have got a python3.4 script which I can start from an rc.d script as a
> daemon this way:
> 	
>    daemon -p /var/run/my.pid /path/to/python3.4 /path/to/myscript.py
>
>
> /path/to/python3.4 /path/to/myscript.py produces interesting messages on
> stdout and stderr, so I would like to collect them in /var/log/my.log .
> I have tried all kinds of combinations of >>'s and 2>&1's but either I
> catch daemon's output which is nothing or the script won't start anymore.
>
> Any ideas? - Thanks for your help
>

Try man logger.


More information about the freebsd-questions mailing list