From bb9f187a2eaad43bc9bb83339dec1979162f79ed Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 9 Jan 2021 15:13:16 -0700 Subject: [PATCH] Remove step where you try to erroneously enable the ghost-writer service --- server/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/README.md b/server/README.md index 3ae3e24..df41c16 100644 --- a/server/README.md +++ b/server/README.md @@ -20,9 +20,8 @@ server folder in the Ghost Writer git repository. 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 /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` +8. Start the websocket server with `sudo systemctl start ghost-writer`. +9. Make sure the server is started by running `systemctl status ghost-writer` * To restart the server, run `sudo systemctl restart ghost-writer`. * To stop the server, run `sudo systemctl stop ghost-writer`.