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

launcher: escape transient unit names #231

Closed dvdhrm closed 4 years ago

dvdhrm commented 4 years ago

This series imports a new helper similar to systemd-escape(5), which allows us to escape systemd unit names. It then uses it to correctly escape the unit-name suffix for transient units.

This attempts to fix #230.