mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
03c51bb54d
Changed old doc links from docs.saltstack.org to docs.saltstack.com
71 lines
2.2 KiB
XML
71 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
|
|
<!--
|
|
Created by Manifold
|
|
-->
|
|
<service_bundle type="manifest" name="salt-syndic">
|
|
<service name="network/salt-syndic" type="service" version="1">
|
|
|
|
<create_default_instance enabled="false"/>
|
|
|
|
<single_instance/>
|
|
|
|
<dependency name="config-file"
|
|
grouping="require_all"
|
|
restart_on="none"
|
|
type="path">
|
|
<service_fmri value='file:///opt/local/etc/salt/minion'/>
|
|
</dependency>
|
|
|
|
<dependency name="network"
|
|
grouping="require_all"
|
|
restart_on="error"
|
|
type="service">
|
|
<service_fmri value="svc:/milestone/network:default"/>
|
|
</dependency>
|
|
|
|
<dependency name="filesystem"
|
|
grouping="require_all"
|
|
restart_on="error"
|
|
type="service">
|
|
<service_fmri value="svc:/system/filesystem/local"/>
|
|
</dependency>
|
|
|
|
<method_context/>
|
|
|
|
<exec_method type="method"
|
|
name="start"
|
|
exec="/opt/local/bin/salt-syndic -c %{config_dir}"
|
|
timeout_seconds="60"/>
|
|
|
|
<exec_method type="method"
|
|
name="stop"
|
|
exec=":kill"
|
|
timeout_seconds="60"/>
|
|
|
|
<property_group name="startd" type="framework">
|
|
<propval name="duration" type="astring" value="child"/>
|
|
<propval name="ignore_error" type="astring" value="core,signal"/>
|
|
</property_group>
|
|
|
|
<property_group name="application" type="application">
|
|
<propval name="config_file" type="astring" value="/opt/local/etc/salt/master"/>
|
|
<propval name="config_dir" type="astring" value="/opt/local/etc/salt"/>
|
|
</property_group>
|
|
|
|
<stability value="Unstable"/>
|
|
|
|
<template>
|
|
<common_name>
|
|
<loctext xml:lang="C">Salt Syndic</loctext>
|
|
</common_name>
|
|
|
|
<documentation>
|
|
<doc_link name="SaltStack Documentation"
|
|
uri="http://docs.saltstack.com"/>
|
|
</documentation>
|
|
</template>
|
|
</service>
|
|
</service_bundle>
|
|
|