Fix formatting

This commit is contained in:
Norm 2022-07-29 02:12:30 -04:00
parent 8e30c86a9a
commit c4415e9af3
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -106,7 +106,6 @@ Just `NODE_ENV=production npm start`. GLHF!
2. Edit it, and paste this and save: 2. Edit it, and paste this and save:
```ini ```ini
[Unit] [Unit]
Description=FoundKey daemon Description=FoundKey daemon
@ -127,7 +126,6 @@ Just `NODE_ENV=production npm start`. GLHF!
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
3. Reload systemd and enable the foundkey service. 3. Reload systemd and enable the foundkey service.
`systemctl daemon-reload ; systemctl enable foundkey` `systemctl daemon-reload ; systemctl enable foundkey`