]> git.proxmox.com Git - systemd.git/blame - units/systemd-nspawn@.service.in
Imported Upstream version 219
[systemd.git] / units / systemd-nspawn@.service.in
CommitLineData
663996b3
MS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
e735f4d4 9Description=Container %I
663996b3 10Documentation=man:systemd-nspawn(1)
e735f4d4
MP
11PartOf=machines.target
12Before=machines.target
663996b3
MS
13
14[Service]
e735f4d4 15ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --machine=%I
60f067b4 16KillMode=mixed
663996b3 17Type=notify
e842803a
MB
18RestartForceExitStatus=133
19SuccessExitStatus=133
f47781d8 20Delegate=yes
663996b3
MS
21
22[Install]
e735f4d4 23WantedBy=machines.target