Skip to content

Commit

Permalink
[backend] add source service serveronly
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 22, 2011
1 parent eb1b0d4 commit a579a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/api/obs.rng
Expand Up @@ -66,8 +66,9 @@
<define ns="" name="service-modes">
<choice>
<!-- DEFAULT: the attribute is not used, service running on server and locally on build time -->
<value>trylocal</value> <!-- try on local clients, but run also on server side -->
<value>trylocal</value> <!-- try on local clients and merge result, but run also on server side -->
<value>localonly</value> <!-- never run on server side, but on the clients (not enforced) -->
<value>serveronly</value> <!-- run on server side, but not on the clients by default -->
<value>disabled</value> <!-- never run, except user explicit starts it locally -->
</choice>
</define>
Expand Down

0 comments on commit a579a74

Please sign in to comment.