summarylogtreecommitdiffstats
path: root/nvidia-gpu-prometheus-exporter.service
blob: 4b8682065739bfd30031a3210aca6fc0fd49afe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=NVIDIA GPU Prometheus Exporter
Requires=network-online.target
After=network-online.target

[Service]
Restart=on-failure
ExecStart=/usr/bin/nvidia-gpu-prometheus-exporter
ExecReload=/bin/kill -HUP $MAINPID
NoNewPrivileges=true
ProtectHome=read-only
ProtectSystem=strict

[Install]
WantedBy=multi-user.target