=== On Wed, 08/12, Neil Bothwick wrote: ===
> start() {
> su - user -c /path/to/program/binary
> }=== That works as long as the binary forks and runs as a daemon. If not, you will probably have to use the start-stop-daemon helper program. -- Keith Dart -- -- -------------------- Keith Dart <[email protected]> =======================

