completed setup for installation, fixed robustness problem.
[upnpmonitor] / wamblee-upnpmonitor / files / etc / sysconfig / upnpmonitor
1
2
3 ########################################################################
4 # monitoring interval in seconds
5 ########################################################################
6 org.wamblee.upnpmonitor.intervalSeconds=30
7
8 ########################################################################
9 # Command used to startup the mediaservice. This is executed upon 
10 # startup of the service and at recovery. 
11 ########################################################################
12 org.wamblee.upnpmonitor.startupCommand=echo starting
13
14 ########################################################################
15 # Command used to startup the mediaservice. This is executed upon 
16 # recovery and at shutdown.
17 ########################################################################
18 org.wamblee.upnpmonitor.shutdownCommand=echo stopping
19
20 ########################################################################
21 # Pattern to match the mediaservice name. The display string of the 
22 # mediaservice must contain the string mentioned below. Matching is 
23 # case insensitive and is a plain string "contains" match. 
24 ########################################################################
25 org.wamblee.upnpmonitor.pattern=mediatomb
26
27