On Thu Oct  6 2011 06:17, Steve wrote:
> Hi,
> Can someone please point me in the right direction.
[...]
> I
> understand this is probably unix 101 but I cant find it.

Please read and understand rc.local(8) and [1].

In general you have two options:
- add your script to rc.local(8),
- create a rc.d(8) script which has a path to your script in the variable
  "daemon" and add its name to rc_scripts in rc.conf.local.
  See rc.d(8) and rc.subr(8).

[1] http://openbsd.org/faq/faq10.html#rc

Reply via email to