11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
|
[Unit]
|
||
|
Description=NodeExporter
|
||
|
|
||
|
[Service]
|
||
|
TimeoutStartSec=0
|
||
|
User=node_exporter
|
||
|
ExecStart={{ node_exporter_bin_path }} --web.listen-address={{ aya01_ip }}:{{ node_exporter_port }} {{ node_exporter_options }}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|