From c032807a423c24592018743d5326ebb830279f03 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Wed, 28 Nov 2018 12:11:13 +0800
Subject: [PATCH] update doc for install ubuntu
Change-Id: I04692e0002a5e81c898793c7215a21ceba02b8d2
---
doc/source/install/install-ubuntu.rst | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst
index e475a897d..b1a94b527 100644
--- a/doc/source/install/install-ubuntu.rst
+++ b/doc/source/install/install-ubuntu.rst
@@ -4,7 +4,7 @@ Install and configure for Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Infrastructure
-Optimization service for Ubuntu 14.04 (LTS).
+Optimization service for Ubuntu 16.04 (LTS).
.. include:: common_prerequisites.rst
@@ -25,10 +25,15 @@ Install and configure components
Finalize installation
---------------------
-Restart the Infrastructure Optimization services:
+Start the Infrastructure Optimization services and configure them to start when
+the system boots:
.. code-block:: console
- # service watcher-api restart
- # service watcher-decision-engine restart
- # service watcher-applier restart
+ # systemctl enable watcher-api.service \
+ watcher-decision-engine.service \
+ watcher-applier.service
+
+ # systemctl start watcher-api.service \
+ watcher-decision-engine.service \
+ watcher-applier.service