From a51c4e08cd9ffbf99449504f7b8fc6cd0ff22212 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 16 Mar 2021 14:21:23 +0100 Subject: [PATCH] EnvironmentFile=-/var/lib/environment/udisks2/%N.conf --- systemd/system/mount-cryptosd-plain@.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/system/mount-cryptosd-plain@.service b/systemd/system/mount-cryptosd-plain@.service index d9e0b7d1..66f785b3 100644 --- a/systemd/system/mount-cryptosd-plain@.service +++ b/systemd/system/mount-cryptosd-plain@.service @@ -18,6 +18,7 @@ Before=alien-service-manager.service umount.target Type=oneshot RemainAfterExit=yes EnvironmentFile=-/var/lib/environment/udisks2/%p@.conf +EnvironmentFile=-/var/lib/environment/udisks2/%N.conf EnvironmentFile=-/var/lib/environment/udisks2/%p@%I.conf ExecStart=/usr/bin/udisksctl-user mount $UDISKS2_MOUNT_OPTIONS -b /dev/mapper/%I ExecStop=/usr/bin/udisksctl unmount -b /dev/mapper/%I