From 0e20e30dc63807fd88d0bbeb2ca4a01ae37f856b Mon Sep 17 00:00:00 2001 From: abergeron Date: Mon, 25 Mar 2024 13:54:16 -0400 Subject: [PATCH] Make sure this is started after dcgm if it is configured on the machine (#23) DCGM is still optional, this ensures the exporter is started after DCGM --- slurm-job-exporter.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slurm-job-exporter.service b/slurm-job-exporter.service index 7874fe0..bc46cc2 100644 --- a/slurm-job-exporter.service +++ b/slurm-job-exporter.service @@ -1,6 +1,8 @@ [Unit] Description=Slurm-job-exporter After=network.target +After=nvidia-dcgm.service +Wants=nvidia-dcgm.service [Service] Type=simple