[Unit] Description=Prometheus Node Exporter After=network.target [Service] User=root ExecStart=/opt/node_exporter/node_exporter --web.listen-address=:9100 Restart=always [Install] WantedBy=multi-user.target