On Mon, Dec 5, 2011 at 5:11 AM, Frederic Crozat <fcrozat@suse.com> wrote:
Unfortunately, since there is no "static list" of services, unlike sysvinit (which is why insserv was able to ensure non-LSB standard $ALL target), I don't expect it to happen.
If you want to play it safe, you could either write your own systemd service file and add "After= ..." with the service you want to be started before your own service. Or you can use timer feature from systemd, to start a service xx seconds after the systemd is "active" (ie boot is complete), see /lib/systemd/system/systemd-readahead-done.timer (and systemd-readahead-done.service as an example).
As long as future upgrades respect local service files and do the right thing, this is certainly acceptable (the dropping of after.local has shaken my faith in upgrades slightly :) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org