emphasize pid file.

This commit is contained in:
Christopher Jeffrey 2014-10-15 15:36:58 -07:00
parent 097a8538d4
commit 9febf7a2bd
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ start_node_thread(void) {
return;
}
// XXX Potentially add an option for this.
// This is probably a good idea if people try to start bitcoind while
// running a program which links to libbitcoind.so, but disable it for now.
CreatePidFile(GetPidFile(), getpid());