10 lines
448 B
Plaintext
10 lines
448 B
Plaintext
##############################################################################
|
|
##### File created by Puppet - manual changes will be overwritten #####
|
|
###############################################################################
|
|
[Service]
|
|
ExecStart=
|
|
ExecStart=/usr/bin/prometheus \
|
|
--config.file=/etc/prometheus/prometheus.yml \
|
|
--storage.tsdb.path=/var/lib/prometheus \
|
|
--web.enable-remote-write-receiver \
|
|
--web.enable-lifecycle |