HomePhabricator

Also create pid file in non-daemon mode
d6712db35419Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Also create pid file in non-daemon mode

Always make a pid file, not only when -daemon specified.

This is useful for troubleshooting, for attaching debuggers and loggers
and such.

  • Write the pid file only after the datadir lock was acquired
  • Don't create or remove a pid file on WIN32, and also don't show the option

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Sep 20 2014, 08:56
deadalnixPushed on May 14 2017, 22:04
Parents
rABC25308337d659: Merge pull request #4835
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCd6712db35419: Also create pid file in non-daemon mode (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Sep 20 2014, 09:03