Connect to systemd over session DBus rather than system (#2)

This seems to be correct for starting user services.
This commit is contained in:
Ian Douglas Scott 2022-07-20 08:05:19 -07:00 committed by GitHub
parent cefd13692b
commit c450a9ed0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

1
Cargo.lock generated
View file

@ -251,6 +251,7 @@ dependencies = [
"tracing",
"tracing-journald",
"tracing-subscriber",
"zbus",
]
[[package]]