diff --git a/app/main.dev.js b/app/main.dev.js index c96bffc203b..ee5809a1b4f 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -113,7 +113,7 @@ app.on('ready', async () => { sendGrpcDisconnected() // Check to see if and LND process is running - lookup({ command: 'lnd' }, (err, results) => { + lookup({ command: 'lnd', psargs: 'x -o pid,command' }, (err, results) => { // There was an error checking for the LND process if (err) { throw new Error( err ) }