chore: archive mac mini automation baseline

This commit is contained in:
Adolfo Reyna
2026-08-03 11:47:09 -04:00
parent a0a26565f0
commit 6e2117188e
93 changed files with 10005 additions and 5 deletions
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
U=$(printf "%s" "aGVybWVzLWdhdGV3YXktdm9pY2U=" | base64 -d)
systemctl --user restart "$U"
sleep 2
systemctl --user status "$U" --no-pager | grep -E "Active|Main PID" || true
ss -tlnp 2>/dev/null | grep 8642 || true
echo done