You can see what these services do by looking at /lib/systemd/system/fedora-storage*.service
They load the fedora-* scripts in /lib/systemd. For example, fedora-storage-init.service and fedora-storage-init-late.service both run /lib/systemd/fedora-storage-init. If you look at that file, you'll see it does lvm and raid config depending on your /proc/cmdline contents (it checks for nodmraid, etc in /proc/cmdline). On Tue, Apr 24, 2012 at 5:57 PM, Antonio Trande <[email protected]>wrote: > > > ---------- Forwarded message ---------- > From: Antonio Trande <[email protected]> > Date: 2012/4/24 > Subject: Re: [systemd-devel] systemd services handling > To: Lennart Poettering <[email protected]> > > > Hi Lennart. > > Thank for your elucidation. Another my question about the services. > > In particular the fedora-storage-init.service (together to * > fedora-storage-init-late.service* and *fedora-wait-storage.service *), > according to systemctl command, is used to "Initialize storage subsystems > (RAID, LVM, etc.)"; ok, what does etc. mean ? Which are others ? :) > > I don't use neither LVM or RAID, if i disable > fedora-storage-init-*.service, then they automatically restart itself at > boot. > > I don't understand. > > > 2012/4/24 Lennart Poettering <[email protected]> > >> On Tue, 24.04.12 17:21, Antonio Trande ([email protected]) wrote: >> >> > Hello ! >> > >> > In my Fedora 17, i see some systemd service's errors like these: >> > >> > $ systemctl --all | grep error >> > > exim.service error inactive dead exim.service >> > > libvirtd.service error inactive dead >> libvirtd.service >> > > postfix.service error inactive dead >> postfix.service >> > > tgtd.service error inactive dead tgtd.service >> > > ypbind.service error inactive dead ypbind.service >> > > dbus.target error inactive dead dbus.target >> > > >> > >> > Actually i don't use any of that listed above but i can't disable them >> or >> > if i try to find the related packages ( to remove them), really they >> aren't >> > installed. >> > Why ? >> > How i can manage this type of services with sytemd ? >> >> They are referenced from another unit but not available locally. That's >> completely OK, which is why we hide them in the normal output. However >> you specified "--all" which basically means you asked for them to be >> shown anyway... >> >> Lennart >> >> -- >> Lennart Poettering - Red Hat, Inc. >> > > > > -- > *Antonio Trande > "Fedora Ambassador" > > **mail*: mailto:[email protected] <[email protected]> > *Homepage*: http://www.fedora-os.org > *Sip Address* : sip:sagitter AT ekiga.net > *Jabber <http://jabber.org/>* :sagitter AT jabber.org > *GPG Key: 19E6DF27* > > > > > -- > *Antonio Trande > "Fedora Ambassador" > > **mail*: mailto:[email protected] <[email protected]> > *Homepage*: http://www.fedora-os.org > *Sip Address* : sip:sagitter AT ekiga.net > *Jabber <http://jabber.org/>* :sagitter AT jabber.org > *GPG Key: 19E6DF27* > > > _______________________________________________ > systemd-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/systemd-devel > >
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
