Skip to content

Commit

Permalink
* Documented new DEBUG option
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesmoses committed Dec 3, 2011
1 parent b6da725 commit 17a91e1
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.markdown
Expand Up @@ -43,28 +43,35 @@ you must either restart the daemon, or reboot your phone.

Currently recognized settings:

* **SLEEP**

How long to wait between radio checks, in seconds. Default is two minutes.
* **DEBUG**

* **LOGPATH**

Full path to where logs should be dumped. Default is /usr/local/LoSD
because the daemon knows that directory exists. Feel free to place it
somewhere on your SD card.
Many log entries are only informative in nature. To prevent these from
being entered into the system logs and LoSD.log, set this to 0.
Default is 1.

* **DUMPLOGS**

Whether or not logs should be dumped during a LoS repair or system reboot.
Should be 0 for false, or 1 for true. Default is curently 1.

* **LOGPATH**

Full path to where logs should be dumped. This is also where LoSD keeps
its own LoSD.log file. Default is /usr/local/LoSD because the daemon
knows that directory exists. Feel free to place it somewhere on your
SD card.

* **RESTARTS**

How may times should the daemon attempt to restart the radio before giving
up and initiating a system reboot. Default is 2. This setting was primarily
defined because ghost LoS can sometimes degrade into full LoS, and
subsequent radio restarts may be necessary to regain service.

* **SLEEP**

How long to wait between radio checks, in seconds. Default is two minutes.

**Example:**

DUMPLOGS=0
Expand All @@ -79,7 +86,7 @@ shell or terminal:
nohup LoSD &

The `nohup` is there to prevent the command from attaching to your TTY, so
you can disconnect without your session hanging. Feel free to ommit this if
you can disconnect without your session hanging. Feel free to omit this if
you were just going to close your TTY.

LOGS
Expand Down

0 comments on commit 17a91e1

Please sign in to comment.