1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

Merge pull request #2752 from eliasp/no-container-name-escaping

Don't escape the name of the container nspawn service
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-02-29 10:10:55 -05:00
commit 95979cb3e6

View File

@ -6,14 +6,14 @@
# (at your option) any later version.
[Unit]
Description=Container %I
Description=Container %i
Documentation=man:systemd-nspawn(1)
PartOf=machines.target
Before=machines.target
After=network.target
[Service]
ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --settings=override --machine=%I
ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --settings=override --machine=%i
KillMode=mixed
Type=notify
RestartForceExitStatus=133