Skip to content
Snippets Groups Projects
Commit 37aa0076 authored by David Trattnig's avatar David Trattnig
Browse files

chore(make): pulse audio start/stop targets #37

parent 4d195567
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ help::
@echo " run.debug - start app in debug mode"
@echo " docker.init - create docker volume for engine socket"
$(call docker_help)
@echo " audio.pa.start - start pulseaudio server"
@echo " audio.pa.stop - stop pulseaudio server"
# Settings
......@@ -74,3 +76,13 @@ docker.init::
@echo "Creating Docker Volume for Engine Socket at '$(AURA_ENGINE_CORE_SOCKET)'"
docker volume create aura_engine_socket
audio.pa.start::
systemctl --user start pulseaudio.socket
systemctl --user start pulseaudio.service
audio.pa.stop::
systemctl --user stop pulseaudio.socket
systemctl --user stop pulseaudio.service
audio.pa.status:
pactl list
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment