dbusjs / node-dbus-next

🚌 The next great dbus library for node
https://www.npmjs.com/package/dbus-next
155 stars 52 forks source link

pass opts along to createClient in systemBus #108

Open erulabs opened 2 years ago

erulabs commented 2 years ago

Hello!

Love the library, but I noticed that systemBus, unlike sessionBus, doesn't pass opts down the chain. I've added this, so that I can .systemBus({ authMethods: ['ANONYMOUS'] })

Thanks!