summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/sysconfig/syslog
blob: 8b7f24cbb39df024fb149efadaa1c78b2c6dc051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
## Path:		System/Logging
## Description:		System logging
## Type:		list(0,1,2,3,4,5,6,7)
## Default:		1
## Config:		""
## ServiceRestart:	syslog
#
# Default loglevel for klogd
#
KERNEL_LOGLEVEL=1

## Type:		string
## Default:		""
## Config:		""
## ServiceRestart:	syslog
#
# if not empty: parameters for syslogd
# for example SYSLOGD_PARAMS="-r -s my.dom.ain"
#
SYSLOGD_PARAMS=""

## Type:		string
## Default:		-2
## Config:		""
## ServiceRestart:	syslog
#
# if not empty: parameters for klogd
# for example KLOGD_PARAMS="-2" for clean oops lines
#
KLOGD_PARAMS="-2"

## Type:		list(syslogd,syslog-ng)
## Default:		syslogd
## Config:		syslog-ng
## Command:		/sbin/rcsyslog restart
## PreSaveCommand:	/sbin/rcsyslog status && /sbin/rcsyslog stop
#
# The name of the syslog daemon used as
# syslog service: "syslogd", "syslog-ng"
#
SYSLOG_DAEMON="syslogd"

## Type: string
## Default: "/var/lib/ntp/dev/log"
## Config: syslog-ng
## ServiceRestart: syslog
#
# The filename mentioned here will be added with the "-a ..." option as
# additional socket via SYSLOGD_PARAMS when syslogd is started.
#
# This additional socket is needed in case that syslogd is restarted. Otherwise
# a chrooted 'ntpd' won't be able to continue logging.
#
SYSLOGD_ADDITIONAL_SOCKET_NTP="/var/lib/ntp/dev/log"
## Type: string
## Default: "/var/lib/named/dev/log"
## ServiceRestart: syslog
## Config: syslog-ng
#
# The filename mentioned here will be added with the "-a ..." option as
# additional socket via SYSLOGD_PARAMS when syslogd is started.
#
# This additional socket is needed in case that syslogd is restarted. Otherwise
# a chrooted 'named' or 'lwresd' won't be able to continue logging.
#
SYSLOGD_ADDITIONAL_SOCKET_NAMED="/var/lib/named/dev/log"
## Type:	string
## Default:	"/var/lib/dhcp/dev/log"
## ServiceRestart: syslog
## Config: 	syslog-ng
#
# The filename mentioned here will be added with the "-a ..." option as
# additional socket via SYSLOGD_PARAMS when syslogd is started.
#
# This additional socket is needed in case that syslogd is restarted. Otherwise
# a chrooted dhcpd won't be able to continue logging.
#
SYSLOGD_ADDITIONAL_SOCKET_DHCP="/var/lib/dhcp/dev/log"
## Type:	string
## Default:	"/var/lib/frox/dev/log"
## ServiceRestart: syslog
## Config: 	syslog-ng
#
# The filename mentioned here will be added as "-a ..." to SYSLOGD_PARAMS when
# syslogd is started.
#
# This additional socket is needed in case that syslogd is restarted. Otherwise
# a chrooted frox won't be able to continue logging.
#
SYSLOGD_ADDITIONAL_SOCKET_FROX="/var/lib/frox/dev/log"
## Type:	string
## Default:	"/var/lib/stunnel/dev/log"
## ServiceRestart: syslog
## Config: 	syslog-ng
#
# The filename mentioned here will be added as "-a ..." to SYSLOGD_PARAMS when
# syslogd is started.
#
# This additional socket is needed in case that syslogd is restarted. Otherwise
# a chrooted stunnel won't be able to continue logging.
#
SYSLOGD_ADDITIONAL_SOCKET_STUNNEL="/var/lib/stunnel/dev/log"