From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:59:35 +0000 (+0100) Subject: Update README.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d4f870016e2c91c038568515452f7e856c4e6f7;p=thirdparty%2Fnqptp.git Update README.md --- diff --git a/README.md b/README.md index c594bb2..6d6e55a 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,13 @@ Version: 1.1-dev. Shared Memory Interface Version: 5. ``` ### Remove Old Service Files #### Linux -If you are updating from version `1.2.4d0` or earlier in Linux, remove the service file `nqptp.service` from the directory `/lib/systemd/system` (you'll need superuser privileges): +If you are updating from version `1.2.4` or earlier in Linux, remove the service file `nqptp.service` from the directories `/lib/systemd/system` and `/usr/local/lib/systemd/system` (you'll need superuser privileges): ``` # rm /lib/systemd/system/nqptp.service +# /usr/local/lib/systemd/system/nqptp.service # systemctl daemon-reload ``` -Don't worry if you get a message stating that the file doesn't exist -- no harm done. +Don't worry if you get a message stating that the files doesn't exist -- no harm done. #### FreeBSD At present, there is no need to remove the old startup script as (in FreeBSD only) it is always replaced during the `# make install` step.