mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 22:17:57 +01:00
Replacing service name by directly mentioning port num
This commit is contained in:
parent
e5d5572548
commit
72461cfd7d
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
`echo {{log_entry}} | logger`
|
||||
|
||||
- Send the output to a remote syslog server running at a given port. Default port is `syslog`:
|
||||
- Send the output to a remote syslog server running at a given port. Default port is 514:
|
||||
|
||||
`echo {{log_entry}} | logger --server {{hostname}} --port {{port}}`
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
`echo {{log_entry}} | logger`
|
||||
|
||||
- Send the output to a remote syslog server running at a given port. Default port is `syslog`:
|
||||
- Send the output to a remote syslog server running at a given port. Default port is 514:
|
||||
|
||||
`echo {{log_entry}} | logger -h {{hostname}} -P {{port}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue