forked from FoundKeyGang/FoundKey
docs: fix systemctl edit command in install guide
This commit is contained in:
parent
56e2000306
commit
cb2d0fdd9e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue