add missing sudo

This commit is contained in:
MulliganSecurity 2025-06-04 15:07:52 +02:00
parent 55ce50b823
commit 050f961675

View file

@ -376,8 +376,8 @@ To turn the simplex-chat and the alerter into systemd services, you only need to
## Enable the services ## Enable the services
Now enable the services Now enable the services
systemctl enable simplex-chat.service sudo systemctl enable simplex-chat.service
systemctl enable alerter.service sudo systemctl enable alerter.service
# Conclusion # Conclusion