#!/bin/sh

pulseaudio --check >/dev/null 2>&1
if [ "$?" = "0" ]; then
   pulseaudio --kill
fi

start-pulseaudio-x11
