From 425e2c731a79f34454b3b7b35b29040304850197 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Sep 2023 11:15:27 +0200 Subject: Merging upstream version 2.3~rc4. Signed-off-by: Daniel Baumann --- usr/lib/systemd/system/stas-config@.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/lib/systemd/system/stas-config@.service') diff --git a/usr/lib/systemd/system/stas-config@.service b/usr/lib/systemd/system/stas-config@.service index f070a3c..620825c 100644 --- a/usr/lib/systemd/system/stas-config@.service +++ b/usr/lib/systemd/system/stas-config@.service @@ -5,13 +5,13 @@ # This file is part of NVMe STorage Appliance Services (nvme-stas). # [Unit] -Description=nvme-stas /etc/nvme/%i auto-generation +Description=nvme-stas @ETC@/nvme/%i auto-generation Documentation=man:stas-config@.service(8) -ConditionFileNotEmpty=|!/etc/nvme/%i +ConditionFileNotEmpty=|!@ETC@/nvme/%i [Service] Type=oneshot -ExecStart=/usr/bin/stasadm %i -f /etc/nvme/%i +ExecStart=/usr/bin/stasadm %i -f @ETC@/nvme/%i [Install] WantedBy=stas-config.target -- cgit v1.2.3