[Unit] Description=Node Exporter After=network.target [Service] User=nobody ExecStart=/usr/local/bin/node_exporter \ --collector.systemd \ --collector.processes \ --web.config.file=/etc/node_exporter/config.yml \ --web.listen-address=":6330" Restart=always [Install] WantedBy=multi-user.target