Skip to content

Commit

Permalink
Fix services names (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
urfin00djuce authored Sep 16, 2024
1 parent 663c154 commit d6bc475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ systemctl --user daemon-reload

Start services:
```bash
systemctl --user start misp-mail.service
systemctl --user start misp-db.service
systemctl --user start misp-redis.service
systemctl --user start mail.service
systemctl --user start db.service
systemctl --user start redis.service
systemctl --user start misp-core.service
systemctl --user start misp-modules.service
```
Expand Down

0 comments on commit d6bc475

Please sign in to comment.