summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-30/mythtv/menu-xml/lh_backend_control.xml
blob: 0b0cc17d40a552bdbc914763b3bdda3fce3ecefb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<mythmenu name="LH_BACKEND">

   <button>
     <type></type>
     <text>Start MythBackend</text>
     <description>Start the Master MythBackend</description>
     <action>EXEC lh_backend_control.sh start</action>
   </button>

   <button>
     <type></type>
     <text>Stop MythBackend</text>
     <description>Stop the Master MythBackend</description>
     <action>EXEC lh_backend_control.sh stop</action>
   </button>

   <button>
     <type></type>
     <text>Restart MythBackend</text>
     <description>Restart the Master MythBackend</description>
     <action>EXEC lh_backend_control.sh restart</action>
   </button>

</mythmenu>