1# SPDX-License-Identifier: LGPL-2.1-or-later 2 3[Unit] 4Description=Basic System 5Documentation=man:systemd.special(7) 6Requires=sysinit.target 7Wants=sockets.target timers.target paths.target slices.target 8After=sysinit.target sockets.target paths.target slices.target tmp.mount 9 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. 14RequiresMountsFor=/var /var/tmp 15Wants=tmp.mount 16