summaryrefslogtreecommitdiff
path: root/community/mythtv/mythbackend.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/mythtv/mythbackend.conf')
-rw-r--r--community/mythtv/mythbackend.conf46
1 files changed, 4 insertions, 42 deletions
diff --git a/community/mythtv/mythbackend.conf b/community/mythtv/mythbackend.conf
index e004ae5bd..15a248450 100644
--- a/community/mythtv/mythbackend.conf
+++ b/community/mythtv/mythbackend.conf
@@ -1,11 +1,5 @@
#!/bin/bash
#
-# Rename this file to:
-#
-# /etc/config.d/mythbackend
-#
-###############################################################################
-#
# Copyright (c) by the MythTV Development Team.
#
# Derived from work by:
@@ -32,21 +26,7 @@
#
###############################################################################
#
-# Config variables for the mythbackend startup script, which is usually
-# located in /etc/rc.d/mythbackend
-#
-# When the startup script is executed, it sources this file if it exists,
-# otherwise it will fall back on default values.
-#
-# Leave variables commented out to use default values in init script
-# (/etc/rc.d/mythbackend).
-#
-# To override defaults, uncomment the relevant variable definition and
-# edit as required.
-#
-
-#
-# User who should start the mythbackend processes
+# User who should start the mythbackend process
#
# Running mythbackend as non-root requires you to ensure that audio/video
# devices used for recording have suitable user permissions. One way
@@ -59,32 +39,14 @@
# MBE_USER='root'
#
-# Directory holding the mythbackend binary (empty means autodetect).
+# Startup options for mythbackend (see 'mythbackend --help' for a list).
#
-# MBE_DIR=''
-
-#
-# Name of mythbackend binary.
-#
-# MBE_PROG='mythbackend'
-
-#
-# Other startup options for mythbackend (see 'mythbackend --help' for a list).
-#
-# MBE_OPTIONS=''
+# MBE_OPTS=''
#
# Directory holding the mythbackend log file
#
-# LOG_DIR='/var/log/mythtv'
-
-#
-# Name of mythbackend log file.
-#
-# NOTE: If you are running as non-root take care to ensure the mythbackend user
-# has permission to write to this log file.
-#
-# LOG_FILE='mythbackend.log'
+# LOG_PATH='/var/log/mythtv'
#
# Logging options for mythbackend (see 'mythbackend -v help' for a list)