parent
2688669567
commit
848460955b
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue