Skip to content

Commit

Permalink
docs: add line for enabling systemd service
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Heartsfield <scsibug@imap.cc>
  • Loading branch information
benthecarman authored and scsibug committed Nov 3, 2023
1 parent 26f296f commit 9d0a98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/run-as-linux-system-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ To get the service running, we need to reload the systemd daemon and enable the

1. `sudo systemctl daemon-reload`
2. `sudo systemctl start nostr-rs-relay.service`
3. `sudo systemctl status nostr-rs-relay.service`
3. `sudo systemctl enable nostr-rs-relay.service`
4. `sudo systemctl status nostr-rs-relay.service`


### Tips
Expand Down

0 comments on commit 9d0a98f

Please sign in to comment.