Marcos A Nobre wrote:
> Hi all.
>
> I have installed (compile (configure/make/make install) just now)
> Hybrid on my server.
>
> How can I start it ? There is a script that can I have to put into my
> /etc/rc.d/init.d dir in a way that I can automate it's load/execution ?
>
> TIA,
>
> MNobre
>
What about simple cron ?
@reboot /path/to/your/script
No ?