浏览代码

Update 'FusionAuth/README.md'

Michael Honkoop 1 年之前
父节点
当前提交
0c3a6a6ec1
共有 1 个文件被更改,包括 4 次插入4 次删除
  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)