Browse Source

Update 'FusionAuth/README.md'

Michael Honkoop 2 weeks ago
parent
commit
0c3a6a6ec1
1 changed files with 4 additions and 4 deletions
  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
 ```
 
-###### 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)