blob: c52a1ae99ba49c98159b6ecbe7fd4dfcc8936546 (
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
25
26
27
28
29
30
31
|
# /etc/conf.d/freevo: configuration options for the freevo init script.
# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/files/freevo.conf,v 1.1 2003/11/03 17:24:58 max Exp $
#
# Before using this, make sure your settings in /etc/freevo are correct.
# Mode to start Freevo itself. Possible values are
#
# no: don't start Freevo
# yes: start Freevo on startup. You should only use this when the
# computer is for Freevo only or you use Freevo with a DXR3
# daemon: start Freevo in daemon mode. The daemon will wait for you to
# press QUIT or POWER on your remote and will than start
# Freevo. After Freevo shut down, the daemon will wait again.
#
# You don't need a X server running to start Freevo from init. If
# needed, Freevo will start a X server on its own. Make sure your X
# server can handle the resolution defined in /etc/freevo/freevo.conf
freevo="no"
# Mode the start the webserver. Possible values are "no" and "yes".
# If you start the webserver with Freevo itself, you should say "no" here.
webserver="no"
# Mode the start the recordserver. Possible values are "no" and "yes".
recordserver="no"
|