9 lines
143 B
SYSTEMD
9 lines
143 B
SYSTEMD
|
[Unit]
|
||
|
Description=Bluetooth speaker agent
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=python3 /opt/speaker-agent/speaker-agent.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|