Bump
This commit is contained in:
19
debian/service
vendored
Normal file
19
debian/service
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- mode: conf -*-
|
||||
|
||||
[Unit]
|
||||
Description=The Prometheus monitoring system and time series database.
|
||||
Documentation=https://prometheus.io
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/default/prometheus
|
||||
User=prometheus
|
||||
ExecStart=/usr/bin/prometheus \
|
||||
--web.console.libraries=/usr/share/prometheus/console_libraries \
|
||||
--web.console.templates=/usr/share/prometheus/consoles \
|
||||
$PROMETHEUS_OPTS
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user