summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-31 13:30:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-31 13:30:11 +0100
commit89df44971574415bd51f4eb01f8e085fb6266dc1 (patch)
treede77f5c86cb1cca0942038e98a945539479bc843 /INSTALL
parentc65133979fa79f0695a126c0324c4917e51242d8 (diff)
downloadvdr-89df44971574415bd51f4eb01f8e085fb6266dc1.tar.gz
vdr-89df44971574415bd51f4eb01f8e085fb6266dc1.tar.bz2
When started as user 'root' VDR now switches to a lesser privileged user id, keeping the capability to set the system time
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 540b45f2..8290c259 100644
--- a/INSTALL
+++ b/INSTALL
@@ -132,6 +132,19 @@ call to the VDR program, be sure to NOT use the '-d' option! Otherwise
VDR will go into 'deamon' mode and the initial program call will return
immediately!
+Setting the system time:
+------------------------
+
+If you want VDR to set the system time according to the data received
+from the transponder, you need to start VDR as user 'root'. VDR will
+then only keep the capability to set the system time, and set its
+user id to a lesser privileged one ('vdr' by default, can be set
+to a different value with the '-u' option).
+You also need to enable the "EPG/Set system time" option in VDR's
+Setup menu, and select a transponder from which you want to receive
+the time in "Use time from transponder". Make sure you select a transponder
+that has a reliable clock - some transponders are quite off.
+
Automatic shutdown:
-------------------