Debugging for menu.

This commit is contained in:
Storm Dragon
2026-04-21 15:31:43 -04:00
parent 6761f72338
commit 284662ff49
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
%wheel ALL=(ALL) NOPASSWD: /home/stormux/.local/bin/stormux_service_state.sh *
+5 -1
View File
@@ -58,7 +58,11 @@ rm -rfv "/home/stormux/.local/share/LWorks"
# Disable services
systemctl disable bluetooth.service
systemctl disable fstrim.timer
systemctl disable sshd.service
# Keep SSH enabled temporarily while the gaming image transition is being tested.
systemctl enable sshd.service
mkdir -p /home/stormux/.local/.services
touch /home/stormux/.local/.services/sshd.service
# Enable battery monitoring service
systemctl enable battery-monitor.service