From cb2d0fdd9e75a4ade5460a3ab0a6e30a4fbf1b9c Mon Sep 17 00:00:00 2001 From: Norm Date: Tue, 30 May 2023 02:30:39 +0000 Subject: [PATCH] docs: fix systemctl edit command in install guide --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 42640dc7c..0129ed95e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -134,7 +134,7 @@ Run `NODE_ENV=production npm start` to launch FoundKey manually. To stop the ser ### Launch with systemd -Run `systemctl --edit --full --force foundkey.service`, and paste the following: +Run `systemctl edit --full --force foundkey.service`, and paste the following: ```ini [Unit]