Procházet zdrojové kódy

Update 'FusionAuth/README.md'

Michael Honkoop před 1 rokem
rodič
revize
0c3a6a6ec1
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      FusionAuth/README.md

+ 4 - 4
FusionAuth/README.md

@@ -75,13 +75,13 @@ curl -fsSL https://files.fusionauth.io/products/fusionauth/${VERSION}/fusionauth
 dnf install -y fusionauth-search-1.51.2-1.noarch.rpm
 dnf install -y fusionauth-search-1.51.2-1.noarch.rpm
 ```
 ```
 
 
-###### Start the fusionauth server.
+###### Enable and Start the fusionauth server.
 ```
 ```
-systemctl start fusionauth-app
+systemctl enable fusionauth-app --now
 
 
-# if you also installed the search -package also start that one
+# if you also installed the optional search-package also start that one.
 
 
-systemctl start fusionauth-search
+systemctl enable fusionauth-search --now
 ```
 ```
 
 
 Your fusionauth server should now be running, and if you opened the port in your firewall available via (http) on port 9011 for initial configuration (See configuration)
 Your fusionauth server should now be running, and if you opened the port in your firewall available via (http) on port 9011 for initial configuration (See configuration)