Added configure option --pid=FILE.

A pid file name can be relative.
The default pid file name is "nginext.pid".
This commit is contained in:
Igor Sysoev
2017-08-26 13:37:44 +03:00
parent d3a6d7805f
commit e64494ba2c
4 changed files with 12 additions and 18 deletions

View File

@@ -24,9 +24,6 @@ struct nxt_runtime_s {
nxt_runtime_cont_t start;
nxt_str_t *conf_prefix;
nxt_str_t *prefix;
nxt_str_t hostname;
nxt_file_name_t *pid_file;