On Fri, 29.05.15 11:19, Belal, Awais (awais_be...@mentor.com) wrote:

> Hi,
> 
> I am working on an x86_64 platform with a yocto based environment. I
> was trying to disable pulseaudio which is included in the system by
> default so I did a 'systemctl disable pulseaudio' but when I reboot
> it seems pulseaudio is still run for a very short period of time and
> this is messing up some sound controls on my system. Although
> SYSVINIT capability is enabled but no sysv init style scripts are
> available on the target. Any pointers will be really helpful.

pulseaudio is generally not a system service but a user
service. Unless your user session is fully converted to be managed by
systemd too (which is unlikely) systemd is hence not involved at all
with starting it.

PA is usually started from the session setup script or service. In
Gnome that's gnome-session, for example. It's also auto-spawned
on-demand if the libraries are used and note that it is missing.

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to