docs: fix systemctl edit command in install guide
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/test Pipeline failed
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/test Pipeline failed
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