summaryrefslogtreecommitdiffstats
path: root/node_exporter/node_exporter.service
diff options
context:
space:
mode:
Diffstat (limited to 'node_exporter/node_exporter.service')
-rw-r--r--node_exporter/node_exporter.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_exporter/node_exporter.service b/node_exporter/node_exporter.service
new file mode 100644
index 0000000..e1f6258
--- /dev/null
+++ b/node_exporter/node_exporter.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Prometheus Node Exporter
+After=network.target
+
+[Service]
+User=node_exporter
+Group=prometheus
+Type=simple
+ExecStart=/opt/node_exporter/node_exporter
+
+[Install]
+WantedBy=multi-user.target