forked from stove/dataset
8 lines
172 B
SYSTEMD
8 lines
172 B
SYSTEMD
|
[Service]
|
||
|
ExecStart=
|
||
|
ExecStart=/bin/sh -c 'exec /usr/bin/prometheus \
|
||
|
--config.file=/etc/prometheus/prometheus.yml \
|
||
|
--storage.tsdb.path=/srv/prometheus/ \
|
||
|
${ARGS}'
|
||
|
|