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.
This commit is contained in:
Ken Dreyer 2018-11-07 16:40:49 -07:00 committed by Mike McLean
parent b0d42dfd73
commit 52d706aa85

View file

@ -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.