formula-prometheus/prometheus/files/pushgateway.systemd.jinja
2017-05-13 16:16:45 +02:00

18 lines
420 B
Django/Jinja

[Unit]
Description=Monitoring system and time series database
Documentation=https://prometheus.io/docs/introduction/overview/
Wants=basic.target
After=basic.target network.target
[Service]
User=prometheus
Group=prometheus
EnvironmentFile=/etc/default/pushgateway
ExecStart=/usr/bin/pushgateway $ARGS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
RestartSec=42s
[Install]
WantedBy=multi-user.target