From 52d706aa853286d1401394bbd4ba0b28b801c510 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Apr 05 2019 19:29:27 +0000 Subject: docs: use systemctl enable --now for kojid Replace the RHEL 6-era command with the systemd equivalent. Newer versions of systemd (RHEL 7.3+) support the --now flag to start and enable the service in one command. --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index 877f16f..b070b94 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -1152,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.