]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 19 Sep 2023 09:59:35 +0000 (10:59 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 09:59:35 +0000 (10:59 +0100)
README.md

index c594bb2a981a953a5ea1a0f815ba92d887f089aa..6d6e55afd89add745ab3887eb64ef8bee01e8e7a 100644 (file)
--- 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.