bunker-admin 9321aeb263 Move SMS phone bridge from campaign_connector submodule into main repo
Consolidates the Termux SMS server code (previously in a separate
campaign_connector git submodule) into termux-sms/ at repo root.
Updates phone clone commands to use sparse checkout so only the
termux-sms/ directory is downloaded onto the Android device.

Bunker Admin
2026-03-31 11:04:14 -06:00

9 lines
210 B
Bash

#!/data/data/com.termux/files/usr/bin/bash
#
# runit log service for sms-api
# Captures stdout/stderr via svlogd (automatic rotation)
#
mkdir -p "$HOME/logs/sms-api-sv"
exec svlogd -tt "$HOME/logs/sms-api-sv"