From d17a47e3e03674b7cb1367a7b8e9d1c23b6e1263 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 31 May 2019 23:34:09 +0300 Subject: [PATCH] README.md: add `setting up service` chapter --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07dddd786..da003f2e7 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM * [How to build from sources](#how-to-build-from-sources) * [How to start VictoriaMetrics](#how-to-start-victoriametrics) +* [Setting up service](#setting-up-service) * [Third-party contributions](#third-party-contributions) * [Prometheus setup](#prometheus-setup) * [Grafana setup](#grafana-setup) @@ -103,7 +104,6 @@ Run `make package-victoria-metrics`. It will build `valyala/victoria-metrics:` may be manually set via `PKG_TAG=foobar make package-victoria-metrics`. - ### How to start VictoriaMetrics Just start VictoriaMetrics executable or docker image with the desired command-line flags. @@ -118,6 +118,12 @@ The following command line flags are used the most: Pass `-help` to see all the available flags with description and default values. + +### Setting up service + +Read [these instructions](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/43) on how to set up VictoriaMetrics as a service in your OS. + + ### Third-party contributions * [Unofficial yum repository](https://copr.fedorainfracloud.org/coprs/antonpatsev/VictoriaMetrics/) ([source code](https://github.com/patsevanton/VictoriaMetrics))