Skip to content

Commit

Permalink
Update README.md to show correct way to start st2chatops
Browse files Browse the repository at this point in the history
  • Loading branch information
shusugmt committed Dec 17, 2017
1 parent 867b268 commit 41f823c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,15 @@ Chatops is installed in the `stackstorm` image, but not started by default.
To enable chatops, delete the file `/etc/init/st2chatops.override` using a script in
`/st2-docker/entrypoint.d`.

```
#!/bin/bash
```
#!/bin/bash
sudo rm /etc/init/st2chatops.override
```
# enable st2chatops service
cat << 'EOF' > /etc/init/st2chatops.override
start on runlevel [2345]
stop on runlevel [!2345]
EOF
```

You also need to configure it either

Expand Down

0 comments on commit 41f823c

Please sign in to comment.