emphasize pid file.
This commit is contained in:
parent
097a8538d4
commit
9febf7a2bd
@ -594,6 +594,7 @@ start_node_thread(void) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// XXX Potentially add an option for this.
|
||||||
// This is probably a good idea if people try to start bitcoind while
|
// 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.
|
// running a program which links to libbitcoind.so, but disable it for now.
|
||||||
CreatePidFile(GetPidFile(), getpid());
|
CreatePidFile(GetPidFile(), getpid());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user