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

View file

@ -23,3 +23,4 @@ tokio-util = "0.7"
tracing = "0.1"
tracing-journald = "0.3.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
zbus = { version = "2.0.1" }