mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-21 08:59:06 -05:00
docs: add line for enabling systemd service
Signed-off-by: Greg Heartsfield <scsibug@imap.cc>
This commit is contained in:
parent
26f296f76f
commit
9d0a98f8bf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user