Greetings folks,
I want to automatically start the pulseaudio service.
What I have done:
created sound.shcreated lib/systemd/system/sound.serviceBut it doesn't work, any ideas how to accomplish automating it would be much appreciated.
Thanks in advance,
--glenn
I want to automatically start the pulseaudio service.
What I have done:
created sound.sh
Code:
#!/bin/bash systemctl --user restart pulseaudio.service
Code:
[Unit]After=network.service[Service]ExecStart=/usr/local/bin/sound.sh[Install]WantedBy=default.target
Thanks in advance,
--glenn
Statistics: Posted by PsychoHermit — 2024-01-09 12:20