From e3ac85a470e7bd1d33c8f600746db9f5b29cb4ef Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 21 May 2022 06:16:00 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 898d37e..8d204bf 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,14 @@ If you are updating an existing installation of `nqptp`, after installing it you ``` #### FreeBSD ##### First Install -If you are installing `nqptp` for the first time, add an automatic startup entry for it in `/etc/rc.local and start it: +If you are installing `nqptp` for the first time, add an automatic startup entry for it in `/etc/rc.local` and start it: 1. Edit `/etc/rc.conf` and add the following line: ``` nqptp_enable="YES" ``` 2. When you have finished editing `/etc/rc.conf`, you can start `nqptp` from the command line: ``` - # service nqptp restart + # service nqptp start ``` If Shairport Sync is already running, you should you restart it after starting `nqptp`: ``` -- 2.47.3