"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.
"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.