From 931bf8add9ec2906529a59f1db939e4c977a28e2 Mon Sep 17 00:00:00 2001
From: Matthieu Kermagoret <mkermagoret@centreon.com>
Date: Wed, 5 Apr 2017 10:30:17 +0200
Subject: [PATCH] Add to documentation that the OS must be restarted to disable
 SElinux.

---
 doc/en/installation/from_packages.rst | 2 ++
 doc/en/installation/from_sources.rst  | 2 ++
 doc/fr/installation/from_packages.rst | 2 ++
 doc/fr/installation/from_sources.rst  | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/doc/en/installation/from_packages.rst b/doc/en/installation/from_packages.rst
index 033ead070d..74f0383947 100644
--- a/doc/en/installation/from_packages.rst
+++ b/doc/en/installation/from_packages.rst
@@ -137,6 +137,8 @@ SELinux should be disabled; for this, you have to modify the file "/etc/sysconfi
 
     SELINUX=disabled
 
+After saving the file, please reboot your operating system to apply the changes.
+
 PHP timezone
 ^^^^^^^^^^^^
 
diff --git a/doc/en/installation/from_sources.rst b/doc/en/installation/from_sources.rst
index 15193f8e7f..41d666e74e 100644
--- a/doc/en/installation/from_sources.rst
+++ b/doc/en/installation/from_sources.rst
@@ -683,6 +683,8 @@ SELinux should be disabled; for this, you have to modify the file "/etc/sysconfi
 
  SELINUX=disabled
 
+After saving the file, please reboot your operating system to apply the changes.
+
 PHP timezone should be set; go to /etc/php.d directory and create a file named php-timezone.ini who contain the following line :
 
  ::
diff --git a/doc/fr/installation/from_packages.rst b/doc/fr/installation/from_packages.rst
index b5d957fa6e..b040baa70f 100644
--- a/doc/fr/installation/from_packages.rst
+++ b/doc/fr/installation/from_packages.rst
@@ -136,6 +136,8 @@ SELinux doit être désactivé. Pour cela vous devez modifier le fichier "/etc/s
 
     SELINUX=disabled
 
+Après avoir sauvegardé le fichier, veuillez redémarrer votre système d'exploitation pour prendre en compte les changements.
+
 Fuseau horaire PHP
 ^^^^^^^^^^^^^^^^^^
 
diff --git a/doc/fr/installation/from_sources.rst b/doc/fr/installation/from_sources.rst
index 436e8f3df6..0b2f9dd43f 100644
--- a/doc/fr/installation/from_sources.rst
+++ b/doc/fr/installation/from_sources.rst
@@ -701,6 +701,8 @@ SELinux doit être désactivé. Pour cela, vous devez modifier le fichier "/etc/
 
  SELINUX=disabled
 
+Après avoir sauvegardé le fichier, veuillez redémarrer votre système d'exploitation pour prendre en compte les changements.
+
 La timezone par défaut de PHP doit être configurée. Pour cela, allez dans le répertoire /etc/php.d et créez un fichier nommé php-timezone.ini contenant la ligne suivante :
 
  ::
-- 
GitLab