On Thu, 11.11.10 12:50, Kay Sievers (kay.siev...@vrfy.org) wrote: > > Anyway, the point of this was only to have getty start late(ish) in > > the boot process, after most of the other services that are pulled in > > by multi-user.target. Maybe there is a better way to specify this, if > > not everyone has rc.local? > > Yeah, others asked for that too. So far, we don't really have a > concept of 'late' or 'last' in systemd.
I don't think such a concept would even make sense. If you order more than once service as "last", then how would they ordered against each other? We already have something remotely similar: if you want stuff to be run after multi-user.target is reached (instead of 'before') then you can just add an After=multi-user.target into the unit files. By default all services pulled in from multi-user.target via Wants= or .wants/ will implicitly gain a Before=multi-user.target, which however is disabled if you by hand add After=multi-user.target instead. That said, I do believe that using this is really a bad idea and people should instead really sort their stuff after the services they really mean. Placeholders for "everything" is just a dead-end. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel