Description:Tweak defaults values for Debian
 Debian needs some default values slightly different
 from upstream
Forwarded:NA
Author:dod
--- a/lib/Config/Model/models/LCDd/server.pl
+++ b/lib/Config/Model/models/LCDd/server.pl
@@ -199,10 +199,9 @@
       },
       'ReportToSyslog',
       {
-        'description' => 'Should we report to syslog instead of stderr ? 
-[default: yes]',
+        'description' => 'Should we report to syslog instead of stderr ?',
         'type' => 'leaf',
-        'upstream_default' => 'no',
+        'default' => 'yes',
         'value_type' => 'boolean',
         'write_as' => [
           'no',
@@ -261,7 +260,6 @@
       },
       'User',
       {
-        'default' => 'nobody',
         'description' => 'User to run as.  LCDd will drop its root privileges, if any,
 and run as this user instead.',
         'type' => 'leaf',
