Comment 1 for bug 1627613

Revision history for this message
You-Sheng Yang (vicamo) wrote :

"upstart-local-bridge[930]: Unit name <email address hidden>\x3d,adb.target is not valid."
So from systemd source, the allowed unit name is:

  #define VALID_CHARS DIGITS LETTERS ":-_.\\"

upstart-local-bridge translates the event (name,value) pair to a unit name that doesn't conform to systemd's requirement.