Ok - I'm not 100% on this, but shouldn't that script be something like:

#!/bin/sh
exec /usr/local/cerberus/cerberus-1.5.0-RH80 /usr/local/cerberus/config.xml
FATAL /var/log/cerberus.log

That way memory and other resources are not tied up by the essentially
useless sh process?

Is there a reason not to do this?

m/

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sam
Varshavchik
Sent: Thursday, July 31, 2003 12:19 PM
To: [EMAIL PROTECTED]
Subject: [courier-users] Re: alias to program?


Put the whole command into a separate shell script:

#!/bin/sh
/usr/local/cerberus/cerberus-1.5.0-RH80 /usr/local/cerberus/config.xml FATAL
/var/log/cerberus.log


Make sure this script is executable, and put this shell script as the alias:

support: | /usr/bin/support.sh




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to