From a894e38a911796b83dd54372745bee1cb5d16bf6 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Apr 05 2019 19:29:36 +0000 Subject: PR#1169: docs: use systemctl enable --now for postgres and kojid Merges #1169 https://pagure.io/koji/pull-request/1169 --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index 854ccbc..b070b94 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -385,8 +385,7 @@ The following commands will initialize PostgreSQL and will start the database se :: root@localhost$ postgresql-setup initdb - root@localhost$ systemctl enable postgresql - root@localhost$ systemctl start postgresql + root@localhost$ systemctl enable postgresql --now Setup User Accounts: -------------------- @@ -1153,7 +1152,7 @@ Once the builder has been added to the database you must start kojid :: - root@localhost$ service kojid start + root@localhost$ systemctl enable kojid --now Check ``/var/log/kojid.log`` to verify that kojid has started successfully. If the log does not show any errors then the koji builder should be up and ready.