Added reference to full path for DMRIds.dat

This commit is contained in:
Simon 2016-05-05 10:52:58 +01:00
parent 6dd799d454
commit a2ec5763f9
1 changed files with 4 additions and 3 deletions

View File

@ -15,11 +15,12 @@ Note, without the last line, MMDVMHost will not be able to open the modem.
Also note, when running as a daemon, STDIN, STDOUT and STDERR are closed, so
you must use a logfile to capture logging and the logfile entry in the ini file
must be given a full path as MMDVMHost calls "cd /" when daemonising.
must be given a full path as MMDVMHost calls "cd /" when daemonising. The same
applies to the DMRIds.dat file.
Also, please note that the code to drop privileges is currently disabled when
MMDVMHost is compiled with the HD44780 display as it's currently not possible to
use this display as a non-root user.
MMDVMHost is compiled with the HD44780 display as it's currently not possible
to use this display as a non-root user.
Simon - G7RZU