mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the fact that syslogd(8) requires logs files to be created
before it will start logging to them. PR: 27088 Approved by: des MFC after: 10 days
This commit is contained in:
parent
b30f37abbb
commit
e3608b7813
1 changed files with 6 additions and 0 deletions
|
|
@ -248,6 +248,12 @@ decimal number in angle braces, for example,
|
|||
This priority code should map into the priorities defined in the
|
||||
include file
|
||||
.Aq Pa sys/syslog.h .
|
||||
.Pp
|
||||
For security reasons,
|
||||
.Nm
|
||||
will not append to log files that do not exist;
|
||||
therefore, they must be created manually before running
|
||||
.Nm .
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/run/syslog.pid -compact
|
||||
.It Pa /etc/syslog.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue