From 9d0a98f8bf2cf08f2612850d89fd4514789c34a0 Mon Sep 17 00:00:00 2001 From: benthecarman <15256660+benthecarman@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:47:46 -0500 Subject: [PATCH] docs: add line for enabling systemd service Signed-off-by: Greg Heartsfield --- docs/run-as-linux-system-process.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/run-as-linux-system-process.md b/docs/run-as-linux-system-process.md index 6d9cf27..66c0fb5 100644 --- a/docs/run-as-linux-system-process.md +++ b/docs/run-as-linux-system-process.md @@ -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