summaryrefslogtreecommitdiffstats
path: root/units/system-systemd\x2dcryptsetup.slice
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-06-01 18:28:08 +0200
committerLennart Poettering <lennart@poettering.net>2023-06-01 18:49:43 +0200
commit7a2f3194ff0e2967a9a62d6fc8790e361407eec3 (patch)
tree54b2519999ccf0ff812ef545c0657d5bca6eaba6 /units/system-systemd\x2dcryptsetup.slice
parentveritysetup-generator: use generic veritysetup writers at one more place (diff)
downloadsystemd-7a2f3194ff0e2967a9a62d6fc8790e361407eec3.tar.xz
systemd-7a2f3194ff0e2967a9a62d6fc8790e361407eec3.zip
units: set DefaultDependencies=no for veritysetup slice
This mimics what we already have for cryptsetup services: the slice they are placed in (they have their own slice since that's what we do by default for instantiated services) shouldn't conflict with shutdown.target, so that veritysetup services can stay around until the very end (which is what we want for the root and usr verity volumes). It's literally just a copy of the same unit we already have for cryptsetup, just with an updated description string.
Diffstat (limited to 'units/system-systemd\x2dcryptsetup.slice')
-rw-r--r--units/system-systemd\x2dcryptsetup.slice2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/system-systemd\x2dcryptsetup.slice b/units/system-systemd\x2dcryptsetup.slice
index 98206a9d06..e81925d587 100644
--- a/units/system-systemd\x2dcryptsetup.slice
+++ b/units/system-systemd\x2dcryptsetup.slice
@@ -8,6 +8,6 @@
# (at your option) any later version.
[Unit]
-Description=Cryptsetup Units Slice
+Description=Encrypted Volume Units Service Slice
Documentation=man:systemd-cryptsetup@.service(8)
DefaultDependencies=no