On ons, 2008-07-09 at 10:04 -0300, Marcus Kool wrote:
> Shaine,
>
> When a program runs fine from the command line but not from a daemon,
> the cause is usually the change of environment: PATH or other
> environment variable, user ID....
> Remember that squid is started with a very clean environment.
>
> I suggest to run the redirect program from at:
> # su - squid
> $ at now
> echo "input line" | redirector > /tmp/log
Better make that
( echo "input line" ; echo "another input line" ; echo "yet another
input line" ) | redirector
Redirecting the output is optional. at delivers it in an email
otherwise.
should return the correct result for all three lines.
Regards
Henrik
This archive was generated by hypermail 2.2.0 : Thu Jul 10 2008 - 12:00:03 MDT