[squash] systemd scopes support

changes for code review

[squash] systemd scopes support

(doesn't compile) zbus connection seems to be missing sync

I think I got it

scoping works again

switched to a different method of systemd detection and cleaned up dead code

switch launchpad dependency back to main and removed unused imports
This commit is contained in:
Joshua Ferguson 2024-06-25 10:40:17 -04:00 committed by Ashley Wulber
parent b096107f81
commit b4561cfc71
4 changed files with 47 additions and 31 deletions

View file

@ -13,7 +13,7 @@ color-eyre = "0.6"
futures-util = "0.3"
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
itertools = "0.12"
#launch-pad = { path = "../../../launch-pad" }
#launch-pad = { git = "https://github.com/pop-os/launch-pad", branch = "remove-sync-bounds" }
libc = "0.2"
log-panics = { version = "2", features = ["with-backtrace"] }
rustix = "0.38"