We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28c301 commit 3dbc38cCopy full SHA for 3dbc38c
deployments/systemd/nvidia-cdi-refresh.service
@@ -18,6 +18,11 @@ ConditionPathExists=|/usr/bin/nvidia-smi
18
ConditionPathExists=|/usr/sbin/nvidia-smi
19
ConditionPathExists=/usr/bin/nvidia-ctk
20
21
+# We difine nvidia-perisistenced.service as an (After) Requisite to ensure that this
22
+# serivce only starts if that is already started.
23
+Requisite=nvidia-persistenced.service
24
+After=nvidia-persistenced.service
25
+
26
[Service]
27
Type=oneshot
28
# Values from Environment will be replaced if defined in EnvironmentFile
0 commit comments