Jake Jasmin
Results
2
issues of
Jake Jasmin
Is there any way to specify authentication for this? Typically I'd use the GOOGLE_CREDENTIALS environment variable, does that work with this?
I am importing using `use systemctl::*;` and running the following code: ```Rust let services = list_units(None, None).unwrap(); println!("Services: {:?}", services); ``` and I get `Services: []` no matter what I...