From 03a3af3388f745c25de291d291abc39068f64c52 Mon Sep 17 00:00:00 2001 From: fluxx Date: Sun, 16 Aug 2020 19:05:56 +0200 Subject: [PATCH] Add missing 'sudo' in installation instructions --- docs/administration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/index.md b/docs/administration/index.md index 06cb56ef7..a5316bb24 100644 --- a/docs/administration/index.md +++ b/docs/administration/index.md @@ -166,7 +166,7 @@ sudo systemctl daemon-reload And enable the service ```bash -systemctl enable --now mobilizon.service +sudo systemctl enable --now mobilizon.service ``` It will run Mobilizon and enable startup on boot. You can follow the logs with