MikeL's FreeBSD howto - Autostart

This is basically a checklist of how to setup a process to be autostarted at boot time. The intent is not to cover everything in detail, merely to point you to each of the tasks that must be performed.

As a sample, here's the file created by an Apache install:
  #!/bin/sh
  [ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl startssl >/dev/null && echo -n ' apache'

Copyright © 1995-2024 Mike Lempriere (running on host bayanus)