docs: Add line for enabling systemd service

This commit is contained in:
benthecarman 2023-09-04 18:47:46 -05:00 committed by GitHub
parent 26f296f76f
commit 47d7090c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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` 1. `sudo systemctl daemon-reload`
2. `sudo systemctl start nostr-rs-relay.service` 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 ### Tips