ansible-infra/playbooks/roles/bluetooth_audio_sink/files/speaker-agent.service

9 lines
143 B
SYSTEMD
Raw Normal View History

2022-12-18 04:36:53 +01:00
[Unit]
Description=Bluetooth speaker agent
[Service]
ExecStart=python3 /opt/speaker-agent/speaker-agent.py
[Install]
WantedBy=default.target