Update README.md

This commit is contained in:
matu6968 2024-11-01 20:24:05 +01:00
parent e772bcf6d5
commit 3c068eac0f

View File

@ -53,7 +53,7 @@ WorkingDirectory=/path/to/binary # change this to the path where the binary resi
### and to add it as a service: ### 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 daemon-reload
sudo systemctl enable eprint-clone-web.service sudo systemctl enable eprint-clone-web.service
sudo systemctl start 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: ### 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-update add eprint-clone-web
sudo rc-service eprint-clone-web start sudo rc-service eprint-clone-web start
``` ```