]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.unit.xml
core: add WantsMountsFor=
authorLuca Boccassi <bluca@debian.org>
Sat, 25 Nov 2023 03:16:36 +0000 (03:16 +0000)
committerLuca Boccassi <bluca@debian.org>
Wed, 29 Nov 2023 11:04:59 +0000 (11:04 +0000)
commit9e615fa3aa9710f530a4242dd79e4c7a4f96256e
treedde29aca0f048952f5228c2d84efd72d6296eeb3
parent5fae1561032dca13237ff8cc517a86ae8edcdcdd
core: add WantsMountsFor=

This is the equivalent of RequiresMountsFor=, but adds Wants= instead
of Requires=. It will be useful for example for the autogenerated
systemd-cryptsetup units.

Fixes https://github.com/systemd/systemd/issues/11646
22 files changed:
man/org.freedesktop.systemd1.xml
man/systemd.mount.xml
man/systemd.unit.xml
src/core/automount.c
src/core/dbus-unit.c
src/core/load-fragment-gperf.gperf.in
src/core/load-fragment.c
src/core/load-fragment.h
src/core/manager.c
src/core/manager.h
src/core/mount.c
src/core/path.c
src/core/socket.c
src/core/swap.c
src/core/timer.c
src/core/unit-serialize.c
src/core/unit.c
src/core/unit.h
src/fstab-generator/fstab-generator.c
src/shared/bus-unit-util.c
test/fuzz/fuzz-unit-file/directives-all.service
test/test-path/basic.target