components/rsyslog/files/rsyslog.xml
changeset 847 4ae04177ffa1
child 4431 d851c2eccfcc
equal deleted inserted replaced
846:fe258446a1ae 847:4ae04177ffa1
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
       
     3 <!--
       
     4     CDDL HEADER START
       
     5 
       
     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.
       
     9 
       
    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.
       
    14 
       
    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]
       
    20 
       
    21     CDDL HEADER END
       
    22    
       
    23     Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
       
    24 
       
    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
       
    28     file.
       
    29 -->
       
    30 
       
    31 <service_bundle type='manifest' name='system/rsyslog:rsyslog'>
       
    32 
       
    33 <service
       
    34 	name='system/system-log'
       
    35 	type='service'
       
    36 	version='1'>
       
    37 
       
    38 	<instance name='rsyslog' enabled='false'>
       
    39 
       
    40 		<exec_method
       
    41 			type='method'
       
    42 			name='start'
       
    43 			exec='/lib/svc/method/rsyslog'
       
    44 			timeout_seconds='600' />
       
    45 
       
    46 		<template>
       
    47 			<common_name>
       
    48 				<loctext xml:lang='C'>
       
    49 				reliable and extended system log daemon
       
    50 				</loctext>
       
    51 			</common_name>
       
    52 			<documentation>
       
    53 				<manpage title='rsyslogd' section='1M'
       
    54 				    manpath='/usr/share/man' />
       
    55 			</documentation>
       
    56 		</template>
       
    57 
       
    58 	</instance>
       
    59 
       
    60 </service>
       
    61 
       
    62 </service_bundle>