updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / mythtv-pulse / archlinux.conf.d.mythbackend
blobe004ae5bdfd33edb2f010fbd70733ae62d831e31
1 #!/bin/bash
3 # Rename this file to:
5 # /etc/config.d/mythbackend
7 ###############################################################################
9 # Copyright (c) by the MythTV Development Team.
11 # Derived from work by:
13 # Michael Thomson <linux at m-thomson dot net>
14 # Stu Tomlinson <stu at nosnilmot dot com>
15 # Axel Thimm <axel.thimm at atrpms dot net>
16 # Adopted for ArchLinux:
17 # Jürgen Hoetzel <juergen@archinux.org>
19 # This program is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by
21 # the Free Software Foundation; either version 2 of the License, or
22 # (at your option) any later version.
24 # This program is distributed in the hope that it will be useful,
25 # but WITHOUT ANY WARRANTY; without even the implied warranty of
26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 # GNU General Public License for more details.
29 # You should have received a copy of the GNU General Public License
30 # along with this program; if not, write to the Free Software
31 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
33 ###############################################################################
35 # Config variables for the mythbackend startup script, which is usually
36 # located in /etc/rc.d/mythbackend
38 # When the startup script is executed, it sources this file if it exists,
39 # otherwise it will fall back on default values.
41 # Leave variables commented out to use default values in init script
42 # (/etc/rc.d/mythbackend).
44 # To override defaults, uncomment the relevant variable definition and
45 # edit as required.
49 # User who should start the mythbackend processes
51 # Running mythbackend as non-root requires you to ensure that audio/video
52 # devices used for recording have suitable user permissions. One way
53 # to achieve this is to modify existing or create new udev rules which
54 # assign these devices to a non-root group with rw permissions and add
55 # your mythbackend user to that group. Be aware that console.perms can
56 # also affect device permissions and may need additional configuration.
57 # Running as non-root may also introduce increased process latency.
59 # MBE_USER='root'
62 # Directory holding the mythbackend binary (empty means autodetect).
64 # MBE_DIR=''
67 # Name of mythbackend binary.
69 # MBE_PROG='mythbackend'
72 # Other startup options for mythbackend (see 'mythbackend --help' for a list).
74 # MBE_OPTIONS=''
77 # Directory holding the mythbackend log file
79 # LOG_DIR='/var/log/mythtv'
82 # Name of mythbackend log file.
84 # NOTE: If you are running as non-root take care to ensure the mythbackend user
85 # has permission to write to this log file.
87 # LOG_FILE='mythbackend.log'
90 # Logging options for mythbackend (see 'mythbackend -v help' for a list)
92 # LOG_OPTS=''