Add proper filepath for the service file link.
This commit is contained in:
parent
cddac3a642
commit
e7344fe45c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ server folder in the Ghost Writer git repository.
|
||||||
(Ex: `sudo ln -s ~/Ghost-Writer-Online/server /server`)
|
(Ex: `sudo ln -s ~/Ghost-Writer-Online/server /server`)
|
||||||
7. Create a symlink named `ghost-writer.service` in `/`
|
7. Create a symlink named `ghost-writer.service` in `/`
|
||||||
pointing to the service file in the `server` folder of the Ghost Writer Online
|
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
|
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`.
|
9. Start the websocket server with `sudo systemctl start ghost-writer`.
|
||||||
10. Make sure the server is started by running `systemctl status ghost-writer`
|
10. Make sure the server is started by running `systemctl status ghost-writer`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue