On Mon, Sep 08, 2008 at 12:03:37AM +0200, Christian Pernegger wrote: > /etc/init.d/stunnel4 restart 2>&1 >/dev/null
> The "2>&1" was added because it had helped in a similar case. Makes no
> difference either way.
Try it as:
/etc/init.d/stunnel4 restart >/dev/null 2>&1
The order can matter.
It may also be useful to try adding a "</dev/null" too.
--
Paul Martin <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

