From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 21 May 2022 05:16:00 +0000 (+0100) Subject: Update README.md X-Git-Tag: 1.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ac85a470e7bd1d33c8f600746db9f5b29cb4ef;p=thirdparty%2Fnqptp.git Update README.md --- 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`: ```