0
0
Fork 0

Correct the link command for the service file.

This commit is contained in:
Oliver-Akins 2021-01-09 15:32:52 -07:00
parent 8f708133d4
commit 30a67f653d

View file

@ -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 `/etc/systemd/system`
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`)
repository. (Ex: `sudo ln -s /server/ghost-writer.service /etc/systemd/system/ghost-writer.service`)
8. Start the websocket server with `sudo systemctl start ghost-writer`.
9. Make sure the server is started by running `systemctl status ghost-writer`