]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-nspawn@.service.in
units: turn on user namespace by default in systemd-nspawn@.service
[thirdparty/systemd.git] / units / systemd-nspawn@.service.in
CommitLineData
05947bef
LP
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]
7a8c9e44 9Description=Container %i
05947bef 10Documentation=man:systemd-nspawn(1)
6a140df0
LP
11PartOf=machines.target
12Before=machines.target
d3650f0c 13After=network.target
05947bef
LP
14
15[Service]
af88764f 16ExecStart=@bindir@/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i
d8e40d62 17KillMode=mixed
05947bef 18Type=notify
ce38dbc8
LP
19RestartForceExitStatus=133
20SuccessExitStatus=133
45d383a3 21Slice=machine.slice
a931ad47 22Delegate=yes
541ec330 23TasksMax=8192
05947bef 24
773ce3d8
LP
25# Enforce a strict device policy, similar to the one nspawn configures
26# when it allocates its own scope unit. Make sure to keep these
27# policies in sync if you change them!
28DevicePolicy=strict
29DeviceAllow=/dev/null rwm
30DeviceAllow=/dev/zero rwm
31DeviceAllow=/dev/full rwm
32DeviceAllow=/dev/random rwm
33DeviceAllow=/dev/urandom rwm
34DeviceAllow=/dev/tty rwm
35DeviceAllow=/dev/net/tun rwm
36DeviceAllow=/dev/pts/ptmx rw
37DeviceAllow=char-pts rw
38
988a4796
LP
39# nspawn itself needs access to /dev/loop-control and /dev/loop, to
40# implement the --image= option. Add these here, too.
41DeviceAllow=/dev/loop-control rw
42DeviceAllow=block-loop rw
a2c90f05 43DeviceAllow=block-blkext rw
988a4796 44
05947bef 45[Install]
6a140df0 46WantedBy=machines.target