From 44e920f357032c305c3578d369253320dc66a495 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Tue, 13 Feb 2018 06:45:17 -0700 Subject: [PATCH] install-guide: systemd reload When adding or changing systemd service files, those files need to be reloaded. This change adds instructions to the guide for the etcd service. Change-Id: I0533aa463506b1b1bdcd0d4849b667c27d35ec60 --- doc/install-guide/source/environment-etcd-obs.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/install-guide/source/environment-etcd-obs.rst b/doc/install-guide/source/environment-etcd-obs.rst index d33d0c36b8..3c713bb6d1 100644 --- a/doc/install-guide/source/environment-etcd-obs.rst +++ b/doc/install-guide/source/environment-etcd-obs.rst @@ -87,6 +87,15 @@ Install and configure components .. end + Reload systemd service files with: + + .. code-block:: console + + # systemctl daemon-reload + + .. end + + Finalize installation ---------------------