aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-11-28 00:57:36 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-11-28 00:57:36 +0100
commitcc3c7ca532884a4c2499fbfe584c5defcbdad598 (patch)
treec0b2c23324a93e32dc78d34c62f3dc2599b99896 /etc
parentwrt bug 530828, services misusing 'need net' (diff)
downloadgentoo-vdr-scripts-cc3c7ca532884a4c2499fbfe584c5defcbdad598.tar.gz
gentoo-vdr-scripts-cc3c7ca532884a4c2499fbfe584c5defcbdad598.tar.bz2
gentoo-vdr-scripts-cc3c7ca532884a4c2499fbfe584c5defcbdad598.zip
systemd readme, written by L.Muresan; added L.Muresan as maintainer for systemd support
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/vdr4
-rw-r--r--etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf8
2 files changed, 2 insertions, 10 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr
index ecfc9f9..ef0b8e1 100644
--- a/etc/conf.d/vdr
+++ b/etc/conf.d/vdr
@@ -227,9 +227,7 @@ PLUGIN_CHECK_PATCHLEVEL="yes"
# default: no
#
# WILL BE IGNORED IF USING SYSTEMD !!!
-# Enable the 'User=root' key under the [Service] section in
-# /etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf
-# only if you want to run vdr as user root and use systemd
+# Please consult README.systemd for further details
#
#START_VDR_AS_ROOT="no"
diff --git a/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf b/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf
index 0164aa4..669884b 100644
--- a/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf
+++ b/etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf
@@ -4,11 +4,5 @@
# use this file to override settings from vdr.service
[Service]
-# Uncomment this if you need to run vdr as root.
-# ATTENTION !!!
-# - START_VDR_AS_ROOT from /etc/conf.d/vdr IS IGNORED WHEN USING SYSTEMD !!!
-# - if you use the dbus2vdr plugin, the user who owns the vdr-dbus-service
-# has to also be set in /etc/dbus-1/system.d/de.tvdr.vdr.conf as root if
-# you uncomment the line below
-#
+# Please consult README.systemd for further details
#User=root \ No newline at end of file