diff --git a/etc/systemd/system/bluealsaaplay.config b/etc/systemd/system/bluealsaaplay.config new file mode 100644 index 0000000..f80a714 --- /dev/null +++ b/etc/systemd/system/bluealsaaplay.config @@ -0,0 +1,20 @@ +# 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 \ No newline at end of file