Updated Server Startup Setup (markdown)

13416157913 2023-05-12 19:31:03 +08:00
parent 664b036111
commit addba5e7ab

@ -114,8 +114,8 @@ WantedBy=multi-user.target
3. Start it and enabled it
```
systemctl start seaweedmaster.service
systemctl enable seaweedmaster.service
systemctl start seaweedfiler.service
systemctl enable seaweedfiler.service
```