added presets

This commit is contained in:
2026-06-25 15:28:46 +03:00
parent db5f174ef3
commit 84a007f9d0
106 changed files with 6250 additions and 36 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
#
# bt-reboot - emergency full system reboot.
# Invoked through sudo by the web configurator.
set -euo pipefail
sync
sleep 2
systemctl reboot