From a85d303a61905ddd7b34a940d4f28235d0472652 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 8 Sep 2022 10:19:53 +0200 Subject: [PATCH] docs: single restart notice for config changes (#2098) --- docs/admin-manual/setup/configuration.md | 55 +++--------------------- 1 file changed, 6 insertions(+), 49 deletions(-) diff --git a/docs/admin-manual/setup/configuration.md b/docs/admin-manual/setup/configuration.md index 748ccc25f..d385bbadd 100644 --- a/docs/admin-manual/setup/configuration.md +++ b/docs/admin-manual/setup/configuration.md @@ -5,6 +5,12 @@ sidebar_position: 20 To configure LibreTime, you need to edit the `/etc/libretime/config.yml` file. This page describe the available options to configure your installation. +Don't forget to restart the services after you made changes to the configuration file: + +``` +sudo systemctl restart libretime.target +``` + ## General The `general` section configure anything related to the legacy and API services. @@ -33,15 +39,6 @@ general: auth: "local" ``` -In order to apply the changes made in this section, please restart the following services: - -``` -libretime-analyzer -libretime-api -libretime-playout -libretime-worker -``` - ## Storage The `storage` section configure the project storage. @@ -53,12 +50,6 @@ storage: path: "/srv/libretime" ``` -In order to apply the changes made in this section, please restart the following services: - -``` -libretime-api -``` - ## Database The `database` section configure the PostgreSQL connection. @@ -96,12 +87,6 @@ database: password: "some_random_generated_secret!" ``` -In order to apply the changes made in this section, please restart the following services: - -``` -libretime-api -``` - ## RabbitMQ The `rabbitmq` section configure the RabbitMQ connection. @@ -139,15 +124,6 @@ rabbitmq: password: "some_random_generated_secret!" ``` -In order to apply the changes made in this section, please restart the following services: - -``` -libretime-analyzer -libretime-api -libretime-playout -libretime-worker -``` - ## Playout The `playout` section configure anything related to the playout service. @@ -185,12 +161,6 @@ playout: record_sample_size: 16 ``` -In order to apply the changes made in this section, please restart the following services: - -``` -libretime-playout -``` - ## Liquidsoap The `liquidsoap` section configure anything related to the liquidsoap service. @@ -215,12 +185,6 @@ liquidsoap: harbor_listen_address: ["0.0.0.0"] ``` -In order to apply the changes made in this section, please restart the following services: - -``` -libretime-liquidsoap -``` - ## Stream The `stream` section configures anything related to the input and output streams. @@ -265,13 +229,6 @@ stream: ::: -In order to apply the changes made in this section, please restart the following services: - -``` -libretime-liquidsoap -libretime-playout -``` - ### Inputs The `stream.inputs` section configures anything related to the input streams.