$OpenBSD: README,v 1.3 2018/09/04 12:46:23 espie Exp $

+-----------------------------------------------------------------------
| Running runit on OpenBSD
+-----------------------------------------------------------------------

You will need to add

    csh -cf '/usr/local/sbin/runsvdir-start &'

to /etc/rc.local in order to have runit start at boot.

The service directory has moved back from /var/service to
/service.  To keep on using /var/service, a symlink is
enough:

  # ln -s /var/service /

Read /usr/local/share/doc/runit/upgrade.html on update.
