From e7344fe45c7096de2656694ab18db4f123602e1d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 9 Jan 2021 14:35:22 -0700 Subject: [PATCH] Add proper filepath for the service file link. --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index 8edf3a1..3ae3e24 100644 --- a/server/README.md +++ b/server/README.md @@ -19,7 +19,7 @@ server folder in the Ghost Writer git repository. (Ex: `sudo ln -s ~/Ghost-Writer-Online/server /server`) 7. Create a symlink named `ghost-writer.service` in `/` pointing to the service file in the `server` folder of the Ghost Writer Online -repository. (Ex: `sudo ln -s //ghost-writer.service /server/ghost-writer.service`) +repository. (Ex: `sudo ln -s /etc/systemd/system/ghost-writer.service /server/ghost-writer.service`) 8. Run `sudo systemctl enable ghost-writer` to tell systemd to use that service 9. Start the websocket server with `sudo systemctl start ghost-writer`. 10. Make sure the server is started by running `systemctl status ghost-writer`