On Wed, 15.02.12 17:33, ayoub ayoub ([email protected]) wrote:

> Hi,
> When systemd start  executing ,i want to see the list of running services
> ,one by one  ,on my console , and witch files the service needs (binary ,
> script..) with details  ?

Booting in debug mode "systemd.log_level=debug systemd.log_target=kmsg"
should give you output about the services/units being activated. You can
then figure out which files belong to it by using rpm -qa on the package
returned by rpm -qf /lib/systemd/system/....service for the services
mentioned.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to