Bump
This commit is contained in:
17
debian/service
vendored
Normal file
17
debian/service
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# -*- mode: conf -*-
|
||||
|
||||
[Unit]
|
||||
Description=Prometheus Pushgateway.
|
||||
Documentation=https://github.com/prometheus/pushgateway
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/default/pushgateway
|
||||
User=prometheus
|
||||
ExecStart=/usr/bin/pushgateway \
|
||||
$PUSHGATEWAY_OPTS
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user