Added rsyslog sockets for chrooted services in OpenBSD
This commit is contained in:
parent
758c49dc20
commit
ac6c7387d4
1 changed files with 7 additions and 0 deletions
|
@ -7,3 +7,10 @@ $ModLoad immark
|
|||
$ModLoad imklog
|
||||
# Provides support for local system logging (e.g. via logger command)
|
||||
$ModLoad imuxsock
|
||||
<% if operatingsystem == "OpenBSD" -%>
|
||||
# Local sockets for chrooted services
|
||||
$AddUnixListenSocket /var/empty/dev/log
|
||||
$AddUnixListenSocket /var/named/dev/log
|
||||
$AddUnixListenSocket /var/nsd/dev/log
|
||||
$AddUnixListenSocket /var/www/dev/log
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue