blob: 97f49ef3f9aeaa1d960ec151e4f1035d95cf7feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=NVIDIA Node Exporter
After=prometheus.service
[Service]
Type=simple
ExecStart=/usr/bin/nvidia-exporter
Restart=always
[Install]
WantedBy=multi-user.target
|