bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
677 stars 80 forks source link

launch/service: use CollectMode=inactive-or-failed #252

Closed dvdhrm closed 3 years ago

dvdhrm commented 3 years ago

When launching transient units, we want failed units to be garbage collected immediately. All relevant information is retained in the logs and further activations of the same unit will increment an instance counter, and thus use a different unit name.

CC: @benzea #209