v.1.4 misc updates:README.md
This commit is contained in:
parent
41ac0594ef
commit
f4b91caa33
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -74,9 +74,9 @@ Let's go deeper:
|
|||
## Options & work modes
|
||||
|
||||
When you start application, you could pass next options:
|
||||
-d, --daemon Start application as daemon. Writes to /var/log/loperIRCLogBot.log and syslog. Stores PID number at /var/run/loperIRCLogBot.pid
|
||||
Also can interrupt correctly on SIGTERM, not so smooth on SIGINT and reopen log file directory on SIGHUP (used to handle logrotation).
|
||||
-g, --genconf Create configuration file template. Attention! It will overrite your existing configuration file.
|
||||
-s, --silent Silent mode. All program messages stores to the 'output.txt' file
|
||||
-v, --version Application version
|
||||
--help Show this message and terminate application
|
||||
* -d, --daemon Start application as daemon. Writes to /var/log/loperIRCLogBot.log and syslog. Stores PID number at /var/run/loperIRCLogBot.pid
|
||||
* Also can interrupt correctly on SIGTERM, not so smooth on SIGINT and reopen log file directory on SIGHUP (used to handle logrotation).
|
||||
* -g, --genconf Create configuration file template. Attention! It will overrite your existing configuration file.
|
||||
* -s, --silent Silent mode. All program messages stores to the 'output.txt' file
|
||||
* -v, --version Application version
|
||||
* --help Show this message and terminate application
|
||||
|
|
Loading…
Reference in a new issue