mirror of https://github.com/mthenw/frontail.git
Update README.md
parent
e8c8193d42
commit
5ad7f19c66
20
README.md
20
README.md
|
@ -20,16 +20,16 @@
|
|||
|
||||
Options:
|
||||
|
||||
-h, --help output usage information
|
||||
-V, --version output the version number
|
||||
-p, --port <port> server port, default 9001
|
||||
-n, --number <number> starting lines number, default 10
|
||||
-l, --lines <lines> number on lines stored in browser, default 2000
|
||||
-d, --daemonize run as daemon
|
||||
-U, --user <username> Basic Authentication username, this option works only along with -P option
|
||||
-P, --password <password> Basic Authentication password, this option works only along with -U option
|
||||
--pid-path <path> if run as daemon file that will store the process id, default /var/run/frontail.pid
|
||||
--log-path <path> if run as daemon file that will be used as a log, default /dev/null
|
||||
-h, --help output usage information
|
||||
-V, --version output the version number
|
||||
-p, --port <port> server port, default 9001
|
||||
-n, --number <number> starting lines number, default 10
|
||||
-l, --lines <lines> number on lines stored in browser, default 2000
|
||||
-d, --daemonize run as daemon
|
||||
-U, --user <username> Basic Authentication username, this option works only along with -P option
|
||||
-P, --password <password> Basic Authentication password, this option works only along with -U option
|
||||
--pid-path <path> if run as daemon file that will store the process id, default /var/run/frontail.pid
|
||||
--log-path <path> if run as daemon file that will be used as a log, default /dev/null
|
||||
|
||||
Web interface is on http://localhost:[port]
|
||||
|
||||
|
|
Loading…
Reference in New Issue