docs: add line for enabling systemd service

Signed-off-by: Greg Heartsfield <scsibug@imap.cc>
This commit is contained in:
benthecarman 2023-09-04 18:47:46 -05:00 committed by Greg Heartsfield
parent 26f296f76f
commit 9d0a98f8bf
1 changed files with 2 additions and 1 deletions

View File

@ -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