How can I get a service started right at the beginning of the systemd boot sequence? shortly after the kernel has finished?
At the moment all my costum services get started at the end of systemd boot sequence. But i need one service which toggles some LEDs just then when systemd begins.
regards
systemd
parallelizes everything, so it has no notion of "the beginning". You only can specify the exact dependencies against other units and it will generate the required ordering by itself. – intelfx Mar 18 at 7:55