From b00c44590b50a4cdc5f901dbc227b1090cfaf76e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 28 Jun 2024 10:44:04 +0200 Subject: [PATCH] docs/running-the-server.md: style fixes --- docs/running-the-server.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/running-the-server.md b/docs/running-the-server.md index 08669e9..4501058 100644 --- a/docs/running-the-server.md +++ b/docs/running-the-server.md @@ -37,7 +37,9 @@ sudo systemctl enable thalos-server sudo systemctl start thalos-server ``` -After executing these commands, the server should be up and running. You can check the logs at `/var/log/thalos.log` (unless specified otherwise in the configuration), or by running `sudo systemctl status thalos-server`. +After executing these commands, the server should be up and running. +You can check the logs at `/var/log/thalos.log` (unless specified otherwise in the configuration), or by running `sudo systemctl status thalos-server`. -> TIP: if you want to modify the arguments passed to thalos-server when starting via systemd, look in the `/etc/sysconfig/thalos-server` file +> TIP: if you want to modify the arguments passed to thalos-server when starting + via systemd, look in the `/etc/sysconfig/thalos-server` file