15 Jun
2013
15 Jun
'13
05:38
В Fri, 14 Jun 2013 23:07:59 +0200 "Carlos E. R." <robin.listas@telefonica.net> пишет:
On 2013-06-14 22:40, Cristian Rodríguez wrote:
El 14/06/13 03:54, Carlos E. R. escribió:
Soo... there is no special case to capture the error /somehow/?
Not at the moment for this particular case, syslog implementations _must_ have stdout and stderr connected to /dev/null otherwise they will trigger a loop.. that said, if the daemon can log its own errors to a separate file, it might be possible.
Can't stderr be redirected somewhere else? With bash it is possible.
ExecStart=/bin/sh -c 'exec rsyslogd -n $RSYSLOGD_PARAMS 2> /somewhere/else'