Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
101t committed Aug 29, 2021
1 parent 8d34e38 commit c7e2603
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ ExecStart=/bin/sh -c "/jasmin/jasmin/twistd3 -n --pidfile=/tmp/twistd-web-restap
WantedBy=multi-user.target
```

Make directory for logs:

```shell
mkdir /var/log/jasmin && chown -R jasmin:jasmin /var/log/jasmin
```

Reload systemctl

```shell
Expand All @@ -215,7 +221,8 @@ Now, you can enable Jasmin services:
systemctl enable jasmin-{celery,dlrd,dlrlookupd,interceptord,restapi}.service jasmind.service
```

You could start all Jasmin services
You could start all Jasmin services:

```shell
systemctl start jasmin-{celery,dlrd,dlrlookupd,interceptord,restapi}.service jasmind.service
```
Expand All @@ -227,6 +234,7 @@ systemctl list-unit-files | grep jasmin
```

To check the running and failed daemons:

```shell
systemctl list-units | grep jasmin
```

0 comments on commit c7e2603

Please sign in to comment.