+-------------------------------------------------------------------------------
| Running shairport-sync on OpenBSD
+-------------------------------------------------------------------------------

shairport-sync requires avahi-daemon(8) to be running first. To start it at
boot time, the rc.conf.local(8) pkg_scripts line can be edited as follow:

    rcctl enable messagebus avahi_daemon shairport_sync
    rcctl order messagebus avahi_daemon shairport_sync

Follow sndio(7) Authentication if both dedicated and your own user shall be
able to play audio at the same time, e.g. on a desktop system:

    install -D -p -o _shairport -m 0600 ~/.sndio/cookie /var/spool/shairport-sync/.sndio/cookie
