Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > af10f8c655bcc61d0af7cc48d9956596 > files > 66

python-simplevisor-0.8-1.fc18.noarch.rpm

# The format of the configuration
# file is a simplified Apache Style Config file.
# Following features are supported:
# 
# - Apache Style Config syntax
# - comments are allowed with lines starting with #
# - blank lines are ignored
# - file inclusion with <<include relative_file_path.conf>>

<entry>
    type = supervisor
    name = svisor1
    window = 12
    adjustments = 3
    strategy = one_for_one
    <children>
	    <entry>
	        type = service
	        name = httpd
	        expected = stopped
	        control = /sbin/service httpd
	    </entry>
        <<include other_service.conf>>
    </children>
</entry>