Fix services names (#145)

pull/153/head
urfin00djuce 2024-09-16 10:59:37 +03:00 committed by GitHub
parent 663c154a97
commit d6bc475e91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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
```