refactor: whitespace

This commit is contained in:
Greg Heartsfield
2023-07-03 10:35:51 -05:00
parent dad6911807
commit 9e22776227
4 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ We want to place the nostr-rs-relay binary and the config.toml file where they b
2. `sudo cp config.toml /etc/nostr-rs-relay`
### Create the Systemd service file
We need to create a new Systemd service file. These files are placed in the `/etc/systemd/system/` folder where you will find many other services running.
We need to create a new Systemd service file. These files are placed in the `/etc/systemd/system/` folder where you will find many other services running.
1. `sudo vim /etc/systemd/system/nostr-rs-relay.service`
2. Paste in the contents of [this service file](../contrib/nostr-rs-relay.service). Remember to replace the `User` value with your own username.
@@ -36,4 +36,4 @@ To get the service running, we need to reload the systemd daemon and enable the
### Tips
#### Logs
The application will write logs to the journal. To read it, execute `sudo journalctl -f -u nostr-rs-relay`
The application will write logs to the journal. To read it, execute `sudo journalctl -f -u nostr-rs-relay`