You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2017/06/14 19:51:44 UTC

[09/11] incubator-trafficcontrol git commit: enable pg autostart

enable pg autostart

(cherry picked from commit 3bc4b79685e6acbca0bac55901a02fdafdb654f1)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/875760a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/875760a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/875760a5

Branch: refs/heads/2.0.x
Commit: 875760a5dae123ecaec0452937bda3e126f2f7a8
Parents: 9a007ae
Author: Jan van Doorn <ja...@cable.comcast.com>
Authored: Mon Jun 12 12:45:34 2017 -0600
Committer: Eric Friedrich <fr...@apache.org>
Committed: Wed Jun 14 15:50:49 2017 -0400

----------------------------------------------------------------------
 docs/source/admin/traffic_ops/installation.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/875760a5/docs/source/admin/traffic_ops/installation.rst
----------------------------------------------------------------------
diff --git a/docs/source/admin/traffic_ops/installation.rst b/docs/source/admin/traffic_ops/installation.rst
index bb114aa..32e8598 100644
--- a/docs/source/admin/traffic_ops/installation.rst
+++ b/docs/source/admin/traffic_ops/installation.rst
@@ -57,6 +57,7 @@ To begin the install:
   to the appropriate section of this file. Edit the ``/var/lib/pgsql/9.6/data/postgresql.conf`` file to add the approriate listen_addresses or ``listen_addresses = '*'``,  and start the database: ::
 
     pg-$ exit
+    pg-# systemctl enable postgresql-9.6
     pg-# systemctl start postgresql-9.6
     pg-# systemctl status postgresql-9.6