diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 805ac2b493..07d0b1b947 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -227,7 +227,6 @@ requires_weak = [ cmd = "/usr/bin/dbus-daemon" args = ["--system", "--nopidfile", "--address=unix:path=/run/dbus/system_bus_socket"] type = "oneshot_async" -before = ["13_redbear-sessiond.service"] """ [[files]] diff --git a/config/redbear-mini.toml b/config/redbear-mini.toml index 09ae2e24a2..837da38d70 100644 --- a/config/redbear-mini.toml +++ b/config/redbear-mini.toml @@ -359,7 +359,6 @@ cmd = "dbus-daemon" args = ["--system", "--nopidfile", "--address=unix:path=/run/dbus/system_bus_socket"] envs = { DBUS_SYSTEM_BUS_ADDRESS = "unix:path=/run/dbus/system_bus_socket" } type = "oneshot_async" -before = ["13_redbear-sessiond.service"] """ [[files]]