Why some qemu service has \x2 in the path?

#Linux #Qemu #Fedora

@Ciantic my first thought was that it was \x2d, i.e., hyphen, but why would that be escaped?
@kimmosurakka @Ciantic Probably #libvirt is being overly cautious.
@kimmosurakka @Ciantic So #libvirt is innocent here. This is how systemd escapes device path - a hyphen means a slash, so the actual hyphen needs to be escaped. See systemd-escape(1)
@janotomko @kimmosurakka Right, but other files and directories has no that yet they have hyphens