Open zeenix opened 1 month ago
We need to be able to not loose any existing connections and ongoing traffic on restarts. Systemd provides a nice way to handle this and we should make use of that. This makes it Linux-specific but that's OK.
https://github.com/bus1/dbus-broker/issues/93 is the corresponding issue for dbus-broker, and has some additional context on this as well.
We need to be able to not loose any existing connections and ongoing traffic on restarts. Systemd provides a nice way to handle this and we should make use of that. This makes it Linux-specific but that's OK.