1 # SPDX-License-Identifier: LGPL-2.1-or-later
4 Description=Basic System
5 Documentation=man:systemd.special(7)
6 Requires=sysinit.target
7 Wants=sockets.target timers.target paths.target slices.target
8 After=sysinit.target sockets.target paths.target slices.target tmp.mount
10 # We support /var, /tmp, /var/tmp, being on NFS, but we don't pull in
11 # remote-fs.target by default, hence pull them in explicitly here. Note that we
12 # require /var and /var/tmp, but only add a Wants= type dependency on /tmp, as
13 # we support that unit being masked, and this should not be considered an error.
14 RequiresMountsFor=/var /var/tmp