On Fri, 01.07.11 14:08, Chris Ferron ([email protected]) wrote:
> >>+m4_ifdef(`TARGET_MEEGO', > >>+[Install] > >>+Alias=sysinit.target.wants/[email protected] > >>sysinit.target.wants/[email protected] > >>sysinit.target.wants/[email protected] > >>sysinit.target.wants/[email protected] > >>+)m4_dnl > > Hmm, what's the rationale behind this? if those devices never show up > > then you end up spawning services with dependencies that necessarily > > Oh so you will attempt to spawn service defined by Alias even if > they have not been enabled? Well, but with an Alias= line like the above you will enable the service for four ttys at once, and if I understood things correctly, then only one of them is right for a specific platform? If so you'd have three gettys started whose dependencies will time out. > I thought you would set up the Alias and then only if you enabled > that name would it attempt start the service. That is correct, but with your line you'd - if you enable the unit - the getty end up with four instances, thee of which would time out, iiuc. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
