Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
3.4. Start the Identity Service
All steps in this procedure must be performed on the server hosting the Identity service, while logged in as the
root
user.
Procedure 3.8. Launching the Identity Service
- Start the
httpd
service:systemctl start httpd.service
# systemctl start httpd.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Configure the
httpd
service to start at boot time:systemctl enable httpd.service
# systemctl enable httpd.service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow