Skip to content

Commit

Permalink
Update extensions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Feb 20, 2025
1 parent 604dc7c commit 9df3b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ If ran locally with systemd:
1. Open /etc/systemd/system/tenzir-node.service
2. Find the line that says "ExecStart" and add ' --commands=web server --mode=dev --bind=0.0.0.0' to the end of it
It should look like this: ExecStart=/opt/tenzir/bin/tenzir-node --commands=web server --mode=dev --bind=0.0.0.0
It should look like this: ExecStart=/opt/tenzir/bin/tenzir-node "--commands=web server --mode=dev --bind=0.0.0.0"
3. Save and close the file.
4. daemon-reload & systemctl restart tenzir-node
4. systemctl daemon-reload & systemctl restart tenzir-node
5. Try to connect to it: curl http://localhost:5158/api/v0/ping
```

Expand Down

0 comments on commit 9df3b71

Please sign in to comment.