From 3c068eac0f98344f8683eb29fbdfa736cd08a4d6 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Fri, 1 Nov 2024 20:24:05 +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 82a6095..2744e56 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ WorkingDirectory=/path/to/binary # change this to the path where the binary resi ### and to add it as a service: ``` -sudo cp /path/to/cloned/repo/init-scripts/eprint-clone-web.service /etc/systemd/system +sudo cp /path/to/cloned/repo/init-scripts/eprint-clone-web.service /etc/systemd/system/ sudo systemctl daemon-reload sudo systemctl enable eprint-clone-web.service sudo systemctl start eprint-clone-web.service @@ -71,7 +71,7 @@ command_user="userexample" # change this to your usernames ### and to add it as a service: ``` -sudo cp /path/to/cloned/repo/init-scripts/eprint-clone-web /etc/init.d/eprint-clone-web +sudo cp /path/to/cloned/repo/init-scripts/eprint-clone-web /etc/init.d/ sudo rc-update add eprint-clone-web sudo rc-service eprint-clone-web start ```