## Managed by Ansible ## [Unit] Description=Prometheus Node Exporter After=network-online.target [Service] Type=simple User={{ node_exporter_system_user }} Group={{ node_exporter_system_group }} ExecStart={{ node_exporter_install_dir }}/node_exporter --collector.filesystem.ignored-mount-points=^/(sys|proc|dev|run)($|/) Restart=always RestartSec=1 [Install] WantedBy=multi-user.target