You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/06/12 20:32:00 UTC

[4/5] incubator-trafficcontrol git commit: enable pg autostart

enable pg autostart


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

Branch: refs/heads/master
Commit: 3bc4b79685e6acbca0bac55901a02fdafdb654f1
Parents: b56846e
Author: Jan van Doorn <ja...@cable.comcast.com>
Authored: Mon Jun 12 12:45:34 2017 -0600
Committer: Jan van Doorn <ja...@cable.comcast.com>
Committed: Mon Jun 12 12:45:34 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/3bc4b796/docs/source/admin/traffic_ops_install.rst
----------------------------------------------------------------------
diff --git a/docs/source/admin/traffic_ops_install.rst b/docs/source/admin/traffic_ops_install.rst
index f935c9d..e0d8a49 100644
--- a/docs/source/admin/traffic_ops_install.rst
+++ b/docs/source/admin/traffic_ops_install.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