systemd_pulseaudio_al icon indicating copy to clipboard operation
systemd_pulseaudio_al copied to clipboard

pidfile

Open nonbinary opened this issue 8 years ago • 2 comments

I followed this on a Raspberry Pi running Debian, and it worked quite fine. I did have one hiccup though - pulseaudio got a SIGTERM right after systemd finished starting up the service. I got away from this by adding --use-pid-file to the command line, and then specifying PIDFile=/var/run/pulse/pid in the systemd service file. Or, well, to be exact I didn't use flags in the ExecStart command line, I specified it all in /etc/pulse/daemon.conf.

Now, I'm not sure if this is needed to get it running nowadays on Arch, but it's the only step that was missing on debian.

nonbinary avatar Nov 08 '16 23:11 nonbinary