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:
parent
b0d42dfd73
commit
52d706aa85
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue