Update README.md
Some checks failed
/ test (push) Failing after 4s

This commit is contained in:
phil 2024-12-21 17:28:06 +00:00
parent 2688669567
commit 848460955b

View file

@ -142,7 +142,7 @@ the destination IP:port `127.0.0.1:8025` for your setup.
### In foreground
A service like `sms-handler` is designed to run as a background service (daemon).the
A service like `sms-handler` is designed to run as a background service (daemon).
However it is possible to run it manually:
@ -150,6 +150,9 @@ However it is possible to run it manually:
sms-handler
```
Note that the default port is 8025, as it is not a restricted port so does not
need privileged permissions, aka root/sudo.
Set port and listen address:
```sh