diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/vdr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index d1090f1..c0fbcab 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -196,6 +196,13 @@ LOG="3" # default: yes #FORCE_OLD_THREADS="yes" +# do not use vdr -u option to set user +# and use start-stop-daemon --chuid option +# This makes vdr behave easier with core-dumps +# allowed values: yes no +# default: no +#FORCE_SETUID_OFF="yes" + # for people who really know what they do # and who want to start vdr as user root # allowed values: YES no |