From 5eee5ce7b8ab19012f5aabdafd525f21b3a54496 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 26 Mar 2026 14:03:39 +0100 Subject: [PATCH] fix: Remove dependency on multi-user.target This change removes the dependency of the nvidia-cdi-refresh.service on the multi-user.target. Although this worked for some cases, it is too narrow to be generally applicable. Users with more complex configurations should define their own dependencies on the nvidia-cdi-refresh.service to ensure that CDI spec generation is triggered at the correct time during system boot. Signed-off-by: Evan Lezar --- deployments/systemd/nvidia-cdi-refresh.service | 1 - 1 file changed, 1 deletion(-) diff --git a/deployments/systemd/nvidia-cdi-refresh.service b/deployments/systemd/nvidia-cdi-refresh.service index eff939a6d..2a6f8a01f 100644 --- a/deployments/systemd/nvidia-cdi-refresh.service +++ b/deployments/systemd/nvidia-cdi-refresh.service @@ -17,7 +17,6 @@ Description=Refresh NVIDIA CDI specification file ConditionPathExists=|/usr/bin/nvidia-smi ConditionPathExists=|/usr/sbin/nvidia-smi ConditionPathExists=/usr/bin/nvidia-ctk -After=multi-user.target [Service] Type=oneshot