Attachment 'brltty.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
   3 <service_bundle type="manifest" name="SUNWbrltty:brltty">
   4   <service name="application/brltty" type="service" version="1">
   5     <create_default_instance enabled="false"/>
   6     <single_instance/>
   7 
   8     <!-- Need / & /usr filesystems mounted, /var mounted read/write -->
   9     <dependency name="fs-local" type="service" grouping="require_all" restart_on="none">
  10       <service_fmri value="svc:/system/filesystem/local"/>
  11     </dependency>
  12 
  13     <exec_method type="method" name="start" exec="brltty -d %{options/braille-device} -b%{options/braille-driver} -xno -p none -A auth=none" timeout_seconds="0">
  14     </exec_method>
  15 
  16     <exec_method type="method" name="stop" exec=":kill -TERM" timeout_seconds="10">
  17     </exec_method>
  18 
  19     <property_group name="options" type="application">
  20       <stability value="Unstable"/>
  21       <propval name="braille-device" type="astring" value="usb:,serial:/dev/term/0"/>
  22       <propval name="braille-driver" type="astring" value="auto"/>
  23     </property_group> 	
  24 
  25     <stability value="Unstable"/>
  26 
  27     <template>
  28       <common_name>
  29 	<loctext xml:lang="C">
  30 	  BrlTTY/BrlAPI braille display driver
  31 	</loctext>
  32       </common_name>
  33       <documentation>
  34 	<manpage title="brltty" section="1" manpath="/usr/man"/>
  35       </documentation>
  36     </template>
  37   </service>
  38 </service_bundle>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2021-02-25 10:00:36, 1.4 KB) [[attachment:brltty.xml]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.