dataset/seed/prometheus/templates/prometheus.service

8 lines
172 B
SYSTEMD
Raw Normal View History

2023-06-23 08:12:05 +02:00
[Service]
ExecStart=
ExecStart=/bin/sh -c 'exec /usr/bin/prometheus \
--config.file=/etc/prometheus/prometheus.yml \
--storage.tsdb.path=/srv/prometheus/ \
${ARGS}'