Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

Testing And Unstable • [Testing - Trixie]How to automatically start pulseaudio.service

$
0
0
Greetings folks,

I want to automatically start the pulseaudio service.

What I have done:

created sound.sh

Code:

 #!/bin/bash  systemctl --user restart pulseaudio.service
created lib/systemd/system/sound.service

Code:

[Unit]After=network.service[Service]ExecStart=/usr/local/bin/sound.sh[Install]WantedBy=default.target
But it doesn't work, any ideas how to accomplish automating it would be much appreciated.

Thanks in advance,
--glenn

Statistics: Posted by PsychoHermit — 2024-01-09 12:20



Viewing all articles
Browse latest Browse all 2849

Trending Articles