From 4e784005e48830d17d7c78bd8c2cbdb831d5a118 Mon Sep 17 00:00:00 2001 From: Panagiotis Georgiadis Date: Wed, 16 Sep 2020 14:59:24 +0200 Subject: [PATCH] Fix systemctl command --- Deploy:-Digitalocean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy:-Digitalocean.md b/Deploy:-Digitalocean.md index 27ff008..acb379d 100644 --- a/Deploy:-Digitalocean.md +++ b/Deploy:-Digitalocean.md @@ -71,7 +71,7 @@ Now enable and run it ```bash sudo systemctl daemon-reload sudo systemctl enable matterbridge -sudo systemctl run matterbridge +sudo systemctl start matterbridge ``` You should now have the service running.