From 47d7090c1425cc68acda37bd29fe2a265078e189 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 --- 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