init.d scripts
Josh ChaitinPollak
josh at offthehill.org
Mon Jan 30 11:05:56 EST 2006
On Jan 30, 2006, at 10:59 AM, Ed Hill wrote:
> While the above will certainly work, its a good idea to develop the
> habit of using "#!/usr/bin/env INTERPRETER_NAME" since 1) its
> maximally
> portable and 2) it allows for easy run-time selection of different
> installed versions.
Its maximally portable across Linux, but is not POSIX compliant. Then
again, I guess neither is php. Probably not a problem for what you
are working on, but keep it in mind.
More information about the Discuss
mailing list