From d2efe7373beefd69b62116968b33a5914c7e55c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 16 Jan 2022 12:37:00 +0000 Subject: [PATCH] bluealsa-aplay --- etc/systemd/system/bluealsaaplay.config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/systemd/system/bluealsaaplay.config 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