Update README

This commit is contained in:
David Shrewsbury 2012-09-21 15:52:52 -04:00
parent 9e23673789
commit 9c0e434182

4
README
View File

@ -31,7 +31,7 @@ Running the Worker
The worker can run in either daemon or non-daemon mode. Daemon mode requires The worker can run in either daemon or non-daemon mode. Daemon mode requires
escalated privileges so that it can behave like a proper daemon. Non-daemon escalated privileges so that it can behave like a proper daemon. Non-daemon
mode (-d option) is useful for testing. mode (--nodaemon option) is useful for testing.
Basic commands: Basic commands:
@ -42,7 +42,7 @@ Basic commands:
$ sudo libra_worker $ sudo libra_worker
# Start up with debugging output in non-daemon mode # Start up with debugging output in non-daemon mode
$ libra_worker --debug -d $ libra_worker --debug --nodaemon
You can verify that the worker is running by using the sample Gearman You can verify that the worker is running by using the sample Gearman
client in the bin/ directory: client in the bin/ directory: