diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 09:59:39 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 09:59:39 +0100 |
commit | 805717e9ec3f66c960928bca607eceb871438fae (patch) | |
tree | c1832f0815bd8ade4530ed3948f55f0672103184 /doc/en/cmdline_options.en.adoc | |
parent | 0126b03f47db7f7842aff497cdbb0e41a0a5be0a (diff) | |
download | weechat-805717e9ec3f66c960928bca607eceb871438fae.zip |
core: add binary weechat-headless to run WeeChat without interface (closes #1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
Diffstat (limited to 'doc/en/cmdline_options.en.adoc')
-rw-r--r-- | doc/en/cmdline_options.en.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/cmdline_options.en.adoc b/doc/en/cmdline_options.en.adoc index 82a1c8fb8..5a559f895 100644 --- a/doc/en/cmdline_options.en.adoc +++ b/doc/en/cmdline_options.en.adoc @@ -4,6 +4,10 @@ *-c*, *--colors*:: Display default colors in terminal. +*--daemon*:: + Run WeeChat in background, as a daemon (works only with the command + *weechat-headless*). + *-d*, *--dir* _<path>_:: Set path as home for WeeChat (used for configuration files, logs, user plugins and scripts), default value is "~/.weechat" (note: directory is |