Files
reyna-cli/backup/macmini-automation-baseline-2026-08-03/hermes-scripts/restart_voice_v2.sh
T
2026-08-03 11:47:09 -04:00

8 lines
198 B
Bash

#!/bin/bash
set -e
systemctl --user restart hermes-gateway-voice
sleep 2
ss -tlnp | grep 8642 || true
systemctl --user status hermes-gateway-voice --no-pager | grep Active
echo "voice restart done"