Fix systemctl command

Panagiotis Georgiadis 2020-09-16 14:59:24 +02:00
parent 72e3df1c79
commit 4e784005e4

@ -71,7 +71,7 @@ Now enable and run it
```bash ```bash
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl enable matterbridge sudo systemctl enable matterbridge
sudo systemctl run matterbridge sudo systemctl start matterbridge
``` ```
You should now have the service running. You should now have the service running.