[Unit] Description=Prometheus exporter for machine metrics Documentation=https://github.com/prometheus/pushgateway [Service] Restart=always User=prometheus EnvironmentFile=-/etc/sysconfig/prometheus-pushgateway ExecStart=/usr/bin/pushgateway $ARGS ExecReload=/bin/kill -HUP $MAINPID TimeoutStopSec=20s SendSIGKILL=no [Install] WantedBy=multi-user.target