On 11/27/2015 07:03 PM, Ben Hutchings wrote: > On Fri, 2015-11-27 at 17:49 +0000, Felipe Sateler wrote: >> On Fri, 27 Nov 2015 16:30:45 +0000, Ben Hutchings wrote: >> >>> But systemd doesn't support sysvinit scripts in runlevel S, so it would >>> still be necessary to add native systemd units. >> >> What do you mean by "doesn't support"? Systemd in debian has a patch that >> preserves ordering of runlevel S services to before anything in runlevels >> [2345]. >> >> Although it would be better indeed to have native units for all of those, >> and then drop that patch[1]. > > Right, I forgot there was this temporary patch. But it *is* temporary. > > Ben.
After this discussion, I'm still not sure what needs to be done in the init script. Should we do: -# Required-Start: $local_fs $remote_fs +# Required-Start: # Required-Stop: +# X-Start-Before: networking -# Default-Start: 2 3 4 5 +# Default-Start: S # Default-Stop: 0 1 6 Cheers, Thomas Goirand (zigo)