Files
callpipe/relay/callpipe-relay.service
2026-07-25 18:41:15 +05:00

17 lines
465 B
Desktop File

[Unit]
Description=CallPipe relay (Bluetooth HFP SCO <-> phone audio TCP bridge)
After=bluetooth.service bluealsa.service network-online.target
Wants=network-online.target
[Service]
Type=simple
# Point at the phone (the hub). Override with: systemctl edit callpipe-relay
Environment=CALLPIPE_PHONE=10.0.1.239
Environment=CALLPIPE_PORT=9010
ExecStart=/usr/bin/python /opt/callpipe/callpipe-relay.py
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target