Skip to content

Commit c3ae3f4

Browse files
authored
Create NE-Systemd.txt
1 parent 633d790 commit c3ae3f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NE-Systemd.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Unit]
2+
Description=Prometheus Node Exporter Service
3+
After=network.target
4+
5+
[Service]
6+
User=node_exporter
7+
Group=node_exporter
8+
Type=simple
9+
ExecStart=/usr/local/bin/node_exporter
10+
11+
[Install]
12+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)