瀏覽代碼

update README.md

blezz-tech 19 小時之前
父節點
當前提交
a7c327a06b
共有 1 個文件被更改,包括 34 次插入0 次删除
  1. 34 0
      README.md

+ 34 - 0
README.md

@@ -14,6 +14,40 @@ The base Django project of a service web application to which other modules are
 8. run `./bin/install_service.sh`
 9. check status service `systemctl status sharix_open.service`
 
+### Installation app systemd service
+
+run script
+
+```bash
+./bin/install_service.sh
+```
+
+### systemctl basic
+
+show status:
+
+```bash
+systemctl status sharix_main
+```
+
+restart:
+
+```bash
+systemctl restart sharix_main
+```
+
+stop:
+
+```bash
+systemctl restart sharix_main
+```
+
+start:
+
+```bash
+systemctl start sharix_main
+```
+
 ### Test Users
 
 During the installation/upgrade, you can pass the `GENERATE_TEST_USERS=1`