From 02abcbf32da1b147dde50199acc4dd50e9dab872 Mon Sep 17 00:00:00 2001 From: Martin Richtsfeld Date: Mon, 30 Nov 2020 12:23:58 +0000 Subject: [PATCH] Fixed typo --- Run-Daphne-at-boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-Daphne-at-boot.md b/Run-Daphne-at-boot.md index ba6ed20..6cff3ee 100644 --- a/Run-Daphne-at-boot.md +++ b/Run-Daphne-at-boot.md @@ -27,7 +27,7 @@ By also enabling it, it will launch at boot. ``` $ sudo cp etebase_server.service /etc/systemd/system $ sudo systemctl start etebase_server -$ sudo systemctl enable etebasec_server +$ sudo systemctl enable etebase_server ``` Check to see if it worked!