2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
23 Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
25 NOTE: This service manifest is not editable; its contents will
26 be overwritten by package or patch operations, including
27 operating system upgrade. Make customizations in a different
31 <service_bundle type='manifest' name='system/rsyslog:rsyslog'>
34 name='system/system-log'
38 <instance name='rsyslog' enabled='false'>
41 grouping='require_all'
44 <service_fmri value='svc:/milestone/sysconfig' />
48 rsyslog can log to non-root local directories.
52 grouping='require_all'
55 <service_fmri value='svc:/system/filesystem/local' />
59 rsyslog can log to automounted files.
63 grouping='optional_all'
66 <service_fmri value='svc:/system/filesystem/autofs' />
70 rsyslog needs nameservice resolution to log to remote hosts.
74 grouping='require_all'
77 <service_fmri value='svc:/milestone/name-services' />
81 name='rsyslog_single-user'
82 grouping='optional_all'
84 <service_fmri value='svc:/milestone/multi-user' />
88 The rsyslog start method includes a "savecore -m".
89 Use an appropriately long timeout value.
95 exec='/lib/svc/method/rsyslog'
96 timeout_seconds='600' />
102 timeout_seconds='60' />
108 timeout_seconds='60' />
112 <loctext xml:lang='C'>
113 reliable and extended system log daemon
117 <manpage title='rsyslogd' section='1M'
118 manpath='/usr/share/man' />