mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/socklog: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8436900e00
commit
fbc0443910
1 changed files with 8 additions and 5 deletions
|
@ -1,10 +1,13 @@
|
|||
socklog, in cooperation with the runit package, is a small and secure replacement for syslogd.
|
||||
socklog, in cooperation with the runit package, is a small and secure
|
||||
replacement for syslogd.
|
||||
|
||||
It can receive syslog messages from a unix domain socket ("/dev/log") and
|
||||
write them to various files on disk depending on facility and priority.
|
||||
It can receive syslog messages from a unix domain socket ("/dev/log")
|
||||
and write them to various files on disk depending on facility and
|
||||
priority.
|
||||
|
||||
It can receive messages from a udp socket ("0.0.0.0:514") and write them to
|
||||
disk, or forward the messages to another udp socket ("a.b.c.d:514").
|
||||
It can receive messages from a udp socket ("0.0.0.0:514") and
|
||||
write them to disk, or forward the messages to another udp socket
|
||||
("a.b.c.d:514").
|
||||
|
||||
svlogd has a built in log file rotation based on file size,
|
||||
so there is no need for any cron jobs or similar to rotate the logs.
|
||||
|
|
Loading…
Reference in a new issue