Mailinglist Archive: opensuse (2348 mails)
| < Previous | Next > |
Re: [opensuse] Xinetd -d writing to a file?
- From: Anders Johansson <ajh@xxxxxxxxxx>
- Date: Wed, 2 Apr 2008 01:52:23 +0200
- Message-id: <200804020152.23305.ajh@xxxxxxxxxx>
On Tuesday 01 April 2008 22:57:44 Kain, Becki (B.) wrote:
oopla, no, there you're redirecting the output of startproc, not xinetd
Try
startproc -t 1 -l /var/log/dump/xinetd.log $XINETD_BIN -d
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I have, actually, thanks and that doesn't work:
startproc -t 1 $XINETD_BIN -d 2>&1 | tee
/var/log/dump/xinetd.log
oopla, no, there you're redirecting the output of startproc, not xinetd
Try
startproc -t 1 -l /var/log/dump/xinetd.log $XINETD_BIN -d
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |