From 050f961675cb77dbcfad19000240bdadc1d260ef Mon Sep 17 00:00:00 2001 From: MulliganSecurity Date: Wed, 4 Jun 2025 15:07:52 +0200 Subject: [PATCH] add missing sudo --- simplexalerts/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simplexalerts/index.md b/simplexalerts/index.md index bd48acf..1f57ff5 100644 --- a/simplexalerts/index.md +++ b/simplexalerts/index.md @@ -376,8 +376,8 @@ To turn the simplex-chat and the alerter into systemd services, you only need to ## Enable the services Now enable the services - systemctl enable simplex-chat.service - systemctl enable alerter.service + sudo systemctl enable simplex-chat.service + sudo systemctl enable alerter.service # Conclusion