summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/sysconfig/syslog
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/sysconfig/syslog')
-rw-r--r--urunlevel/runlevel/sysconfig/syslog102
1 files changed, 102 insertions, 0 deletions
diff --git a/urunlevel/runlevel/sysconfig/syslog b/urunlevel/runlevel/sysconfig/syslog
new file mode 100644
index 0000000..8b7f24c
--- /dev/null
+++ b/urunlevel/runlevel/sysconfig/syslog
@@ -0,0 +1,102 @@
1## Path: System/Logging
2## Description: System logging
3## Type: list(0,1,2,3,4,5,6,7)
4## Default: 1
5## Config: ""
6## ServiceRestart: syslog
7#
8# Default loglevel for klogd
9#
10KERNEL_LOGLEVEL=1
11
12## Type: string
13## Default: ""
14## Config: ""
15## ServiceRestart: syslog
16#
17# if not empty: parameters for syslogd
18# for example SYSLOGD_PARAMS="-r -s my.dom.ain"
19#
20SYSLOGD_PARAMS=""
21
22## Type: string
23## Default: -2
24## Config: ""
25## ServiceRestart: syslog
26#
27# if not empty: parameters for klogd
28# for example KLOGD_PARAMS="-2" for clean oops lines
29#
30KLOGD_PARAMS="-2"
31
32## Type: list(syslogd,syslog-ng)
33## Default: syslogd
34## Config: syslog-ng
35## Command: /sbin/rcsyslog restart
36## PreSaveCommand: /sbin/rcsyslog status && /sbin/rcsyslog stop
37#
38# The name of the syslog daemon used as
39# syslog service: "syslogd", "syslog-ng"
40#
41SYSLOG_DAEMON="syslogd"
42
43## Type: string
44## Default: "/var/lib/ntp/dev/log"
45## Config: syslog-ng
46## ServiceRestart: syslog
47#
48# The filename mentioned here will be added with the "-a ..." option as
49# additional socket via SYSLOGD_PARAMS when syslogd is started.
50#
51# This additional socket is needed in case that syslogd is restarted. Otherwise
52# a chrooted 'ntpd' won't be able to continue logging.
53#
54SYSLOGD_ADDITIONAL_SOCKET_NTP="/var/lib/ntp/dev/log"
55## Type: string
56## Default: "/var/lib/named/dev/log"
57## ServiceRestart: syslog
58## Config: syslog-ng
59#
60# The filename mentioned here will be added with the "-a ..." option as
61# additional socket via SYSLOGD_PARAMS when syslogd is started.
62#
63# This additional socket is needed in case that syslogd is restarted. Otherwise
64# a chrooted 'named' or 'lwresd' won't be able to continue logging.
65#
66SYSLOGD_ADDITIONAL_SOCKET_NAMED="/var/lib/named/dev/log"
67## Type: string
68## Default: "/var/lib/dhcp/dev/log"
69## ServiceRestart: syslog
70## Config: syslog-ng
71#
72# The filename mentioned here will be added with the "-a ..." option as
73# additional socket via SYSLOGD_PARAMS when syslogd is started.
74#
75# This additional socket is needed in case that syslogd is restarted. Otherwise
76# a chrooted dhcpd won't be able to continue logging.
77#
78SYSLOGD_ADDITIONAL_SOCKET_DHCP="/var/lib/dhcp/dev/log"
79## Type: string
80## Default: "/var/lib/frox/dev/log"
81## ServiceRestart: syslog
82## Config: syslog-ng
83#
84# The filename mentioned here will be added as "-a ..." to SYSLOGD_PARAMS when
85# syslogd is started.
86#
87# This additional socket is needed in case that syslogd is restarted. Otherwise
88# a chrooted frox won't be able to continue logging.
89#
90SYSLOGD_ADDITIONAL_SOCKET_FROX="/var/lib/frox/dev/log"
91## Type: string
92## Default: "/var/lib/stunnel/dev/log"
93## ServiceRestart: syslog
94## Config: syslog-ng
95#
96# The filename mentioned here will be added as "-a ..." to SYSLOGD_PARAMS when
97# syslogd is started.
98#
99# This additional socket is needed in case that syslogd is restarted. Otherwise
100# a chrooted stunnel won't be able to continue logging.
101#
102SYSLOGD_ADDITIONAL_SOCKET_STUNNEL="/var/lib/stunnel/dev/log"