File: mumudvb.default

package info (click to toggle)
mumudvb 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: ansic: 15,555; python: 199; sh: 131; makefile: 86; php: 28
file content (23 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Mumudvb init config file
#
# This file is used to specify the locations of mumudvb config files for each card
#

DONTSTARTMUMU=true

#If you want to launch a command before mumudvb (for example for automatic configuration generation)
#LAUNCH_BEFORE_MUMU=""

#Options for mumudvb
DAEMON_OPTS=""

#The user to launch mumudvb
DAEMONUSER=_mumudvb

#Change this line to reflect your configuration
#Ex : ADAPTERS="0 1 2 4"
ADAPTERS="0"

#Location of the config files
#Ex : MUMUDVB_CONF_1="/etc/mumudvb/card1.conf"
MUMUDVB_CONF_0="/etc/mumudvb/to_be_configured.conf"