diff --git a/README.md b/README.md
index addb94d..29a8a6b 100644
--- a/README.md
+++ b/README.md
@@ -204,7 +204,7 @@ Depending on the distribution you use, it might be possible to install lldap
from a package repository, officially supported by the distribution or
community contributed.
-Each package offers a [systemd service](https://wiki.archlinux.org/title/systemd#Using_units) `lldap.service` to (auto-)start and stop lldap.
+Each package offers a [systemd service](https://wiki.archlinux.org/title/systemd#Using_units) `lldap.service` or [rc.d_lldap](example_configs/freebsd/rc.d_lldap) `rc.d/lldap` to (auto-)start and stop lldap.
When using the distributed packages, the default login is `admin/password`. You can change that from the web UI after starting the service.
@@ -419,14 +419,23 @@ LLDAP configuration file: /etc/lldap/lldap_config.toml
LLDAP configuration file: /etc/lldap/lldap_config.toml
-
-### With FreeBSD
-
-You can also install it as a rc.d service in FreeBSD, see
-[FreeBSD-install.md](example_configs/freebsd/freebsd-install.md).
-
-The rc.d script file
-[rc.d_lldap](example_configs/freebsd/rc.d_lldap).
+
+FreeBSD
+
+ Official FreeBSD support is offered through the FreeBSD Freshport Build Service.