Skip to content

Commit

Permalink
add docs for systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 27, 2024
1 parent 1539fc7 commit 084181d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@ npm run build
node server.js --port 8080 --meshtastic-api-url https://127.0.0.1
```

**Systemd Service**

A systemd service file is available and can be installed with the following commands:

```
sudo cp meshtxt.service /etc/systemd/system/meshtxt.service
sudo systemctl enable meshtxt.service
sudo systemctl start meshtxt.service
sudo systemctl status meshtxt.service
```

> Note: Make sure to update the usernames in the service file if needed.
## TODO

- Pagination message history instead of loading all at once
Expand Down

0 comments on commit 084181d

Please sign in to comment.