Update 'etc/systemd/system/bluealsaaplay.service'
This commit is contained in:
20
etc/systemd/system/bluealsaaplay.service
Normal file
20
etc/systemd/system/bluealsaaplay.service
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user