docs: Removed systemcl enable/start. Already issued.
authorJim Campbell <jcampbell@gnome.org>
Tue, 19 May 2015 02:19:42 +0000 (21:19 -0500)
committerJim Campbell <jcampbell@gnome.org>
Tue, 19 May 2015 02:19:42 +0000 (21:19 -0500)
Debian-based platforms start the postgres server by default after
installation. For RPM-based distros, we've already issued these
commands prior to configuring the postgres server.

docs/source/siteadmin/deploying.rst

index fc8f021c32bc4af2edf7432258325f427100f022..61cee3d25a9f7024c11d744f6b2f04eee9db549c 100644 (file)
@@ -136,11 +136,6 @@ Type ``exit`` to exit from the 'postgres' user account.::
 
     exit
 
-From here we just need to set the Postgres database to start on boot, and also
-start it up for this particular session.::
-
-    sudo systemctl enable postgresql && sudo systemctl start postgresql
-
 .. caution:: Where is the password?
 
     These steps enable you to authenticate to the database in a password-less