Files
pi.bluetooth.speaker/etc/systemd/system/bluealsaaplay.config
2022-01-16 12:37:00 +00:00

20 lines
291 B
Plaintext

# file located at /lib/systemd/system/
[Unit]
Description=bluealsa-aplay
Requires=network.target sound.target
After=network.target sound.target
[Service]
Type=simple
# change for user you want!
User=root
ExecStart=bluealsa-aplay 00:00:00:00:00:00
[Install]
WantedBy=multi-user.target