From 2de6f0764a358ce1211ea8ebc4ddd33d6a20884a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 27 Jun 2024 14:44:02 +0200 Subject: [PATCH] docs/running-the-server.md: document /etc/sysconfig/thalos-server files for systemd --- docs/running-the-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/running-the-server.md b/docs/running-the-server.md index 743957b..08669e9 100644 --- a/docs/running-the-server.md +++ b/docs/running-the-server.md @@ -39,3 +39,5 @@ 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`. +> TIP: if you want to modify the arguments passed to thalos-server when starting via systemd, look in the `/etc/sysconfig/thalos-server` file +