Skip to content

Instantly share code, notes, and snippets.

@pgrepds
Created May 30, 2022 11:02
Show Gist options
  • Save pgrepds/c6669edb2d180086a02f318d7584fa02 to your computer and use it in GitHub Desktop.
Save pgrepds/c6669edb2d180086a02f318d7584fa02 to your computer and use it in GitHub Desktop.
Restart PulseAudio daemon
Check if any pulseaudio instance is running:
```bash
pulseaudio --check
```
Kill pulseaudio:
```bash
pulseaudio -k
```
Start the pulseaudio daemon
```bash
pulseaudio -D
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment