diff options
Diffstat (limited to 'etc/systemd/system/vdr.service.d')
-rw-r--r-- | etc/systemd/system/vdr.service.d/00-gentoo-vdr-user.conf | 22 |
1 files changed, 9 insertions, 13 deletions
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 98384c2..0164aa4 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 @@ -3,16 +3,12 @@ # # use this file to override settings from vdr.service -## need testing, which one will work - -# test1 -#[Service] -# uncomment this if you have to set START_VDR_AS_ROOT="yes" in /etc/conf.d/vdr -#User=root - -# test2 -# For people who really know what they do -# and who want to start vdr as user root -# allowed values: yes no -# default: no -#START_VDR_AS_ROOT="no"
\ No newline at end of file +[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 +# +#User=root
\ No newline at end of file |