]> git.proxmox.com Git - systemd.git/blame - units/systemd-nspawn@.service.in
Imported Upstream version 226
[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
e3bff60a 13After=network.target
663996b3
MS
14
15[Service]
d9dfd233 16ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --settings=override --machine=%I
60f067b4 17KillMode=mixed
663996b3 18Type=notify
e842803a
MB
19RestartForceExitStatus=133
20SuccessExitStatus=133
e3bff60a 21Slice=machine.slice
f47781d8 22Delegate=yes
663996b3 23
e3bff60a
MP
24# Enforce a strict device policy, similar to the one nspawn configures
25# when it allocates its own scope unit. Make sure to keep these
26# policies in sync if you change them!
27DevicePolicy=strict
28DeviceAllow=/dev/null rwm
29DeviceAllow=/dev/zero rwm
30DeviceAllow=/dev/full rwm
31DeviceAllow=/dev/random rwm
32DeviceAllow=/dev/urandom rwm
33DeviceAllow=/dev/tty rwm
34DeviceAllow=/dev/net/tun rwm
35DeviceAllow=/dev/pts/ptmx rw
36DeviceAllow=char-pts rw
37
663996b3 38[Install]
e735f4d4 39WantedBy=machines.target