Parcourir la source

update README.md

blezz-tech il y a 20 heures
Parent
commit
a7c327a06b
1 fichiers modifiés avec 34 ajouts et 0 suppressions
  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`