diff options
author | Luca Boccassi <bluca@debian.org> | 2023-11-25 04:16:36 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-11-29 12:04:59 +0100 |
commit | 9e615fa3aa9710f530a4242dd79e4c7a4f96256e (patch) | |
tree | dde29aca0f048952f5228c2d84efd72d6296eeb3 /test/fuzz | |
parent | mkosi: Install integritysetup on CentOS/Fedora (diff) | |
download | systemd-9e615fa3aa9710f530a4242dd79e4c7a4f96256e.tar.xz systemd-9e615fa3aa9710f530a4242dd79e4c7a4f96256e.zip |
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
Diffstat (limited to 'test/fuzz')
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives-all.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-unit-file/directives-all.service b/test/fuzz/fuzz-unit-file/directives-all.service index 4bdc48a59b..d5877f930c 100644 --- a/test/fuzz/fuzz-unit-file/directives-all.service +++ b/test/fuzz/fuzz-unit-file/directives-all.service @@ -276,6 +276,7 @@ User= WakeSystem= WantedBy= Wants= +WantsMountsFor= WatchdogSec= What= Where= |