summaryrefslogtreecommitdiffstats
path: root/schemas/servicetype.xsd
diff options
context:
space:
mode:
authorJoe Digilio <jgd-github@metajoe.com>2011-01-22 10:35:06 -0800
committerJoe Digilio <jgd-github@metajoe.com>2011-01-22 10:35:06 -0800
commit3be56c422627ccd1295929c325d2cb29731fbeaf (patch)
treeb35f1371ee0a4cc250af4a7dec2c6dfb5e69d404 /schemas/servicetype.xsd
parent2f50ad288be1d15d46b337f6bdd44df2b8ea025c (diff)
downloadbcfg2-3be56c422627ccd1295929c325d2cb29731fbeaf.tar.gz
bcfg2-3be56c422627ccd1295929c325d2cb29731fbeaf.tar.bz2
bcfg2-3be56c422627ccd1295929c325d2cb29731fbeaf.zip
Support ability to pass parameters to Upstart services
Diffstat (limited to 'schemas/servicetype.xsd')
-rw-r--r--schemas/servicetype.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd
index 8bc692ed2..a9cb40667 100644
--- a/schemas/servicetype.xsd
+++ b/schemas/servicetype.xsd
@@ -28,6 +28,7 @@
<xsd:attribute name='supervised' type='xsd:string'/>
<xsd:attribute name='sequence' type='xsd:string'/>
<xsd:attribute name='target' type='xsd:string'/>
+ <xsd:attribute name='parameters' type='xsd:string'/>
</xsd:complexType>
</xsd:schema>