interface DBusOptions {
    address?: string;
    bus?: string;
    superuser?: "try" | "require";
    track?: boolean;
}

Properties

address?: string
bus?: string
superuser?: "try" | "require"
track?: boolean