12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
|
|
[Unit]
|
||
|
|
Description=Node Exporter
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/opt/adc-exporter/node_exporter
|
||
|
|
Restart=always
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|