Don't escape the name of the container in instances of
authorElias Probst <mail@eliasprobst.eu>
Fri, 26 Feb 2016 19:35:09 +0000 (20:35 +0100)
committerElias Probst <mail@eliasprobst.eu>
Fri, 26 Feb 2016 19:39:10 +0000 (20:39 +0100)
commit7a8c9e4457b0fbfe13d29f54f4d786bb433fb4d3
tree9756678ca33b9caf2c80ca37ed008cb0774454c0
parent06fb28b16eb4b6170c2e2c0cf1f673730309509b
Don't escape the name of the container in instances of

When using `%I` for instances of `systemd-nspawn@.service`, the result
will be `systemd-nspawn` trying to launch a container named e.g.
`fedora/23` instead of `fedora-23`.
Using `%i` instead prevents escaping `-` in a container name and uses
the unmodified container name from the machine store.
units/systemd-nspawn@.service.in