1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/microshift-service-starting.adoc
2024-09-18 16:43:58 +00:00

41 lines
1.2 KiB
Plaintext

// Module included in the following assemblies:
//
// microshift/microshift-install-rpm.adoc
:_mod-docs-content-type: PROCEDURE
[id="starting-microshift_service_{context}"]
= Starting the {microshift-short} service
Use the following procedure to start the {microshift-short} service.
.Prerequisites
* You have installed {microshift-short} from an RPM package.
.Procedure
. As a root user, start the {microshift-short} service by entering the following command:
+
[source,terminal]
----
$ sudo systemctl start microshift
----
. Optional: To configure your {op-system-base} machine to start {microshift-short} when your machine starts, enter the following command:
+
[source,terminal]
----
$ sudo systemctl enable microshift
----
. Optional: To disable {microshift-short} from automatically starting when your machine starts, enter the following command:
+
[source,terminal]
----
$ sudo systemctl disable microshift
----
+
[NOTE]
====
The first time that the {microshift-short} service starts, it downloads and initializes the container images for {microshift-short}. As a result, it can take several minutes for {microshift-short} to start the first time that the service is deployed. Boot time is reduced for subsequent starts of the {microshift-short} service.
====