[Pkg-systemd-maintainers] A couple of systemd questions

Michael Stapelberg stapelberg at debian.org
Wed Feb 19 20:57:24 UTC 2014


Hi Gian,

Gian Uberto Lauri <saint at eng.it> writes:
> provided the  systemd-sysv package,  does systemd work  as a  "drop in
> replacement"  of init,  that  is,  my custom  extra  script linked  do
> SmyscriptY  will  be run  after  any  S*X script  (with  X  < Y)  when
> performing the systemd equivalent of entering a certain runlevel?
Yes. I am not 100% certain about the ordering, but custom scripts are
definitely supported, and if they specify proper dependencies for
sysvinit, those will be respected.

I suggest you try it and see what happens. An easier way of trying out
systemd than to install systemd-sysv is to just install the “systemd”
package and boot with init=/bin/systemd (which you can easily add/change
in GRUB for one boot only).

> I readed that  systemd carries or suggest a new  naming convention for
> network  interfaces.    Somewhere  else  I  readed   that  the  Debian
> distribution of  udev will not  use the  new naming scheme  unless the
> user explicitly requires it. Since udev is a part of systemd now, am I
> right assuming that systemd will follow the same Debian rules?
Predictable network device names are a feature of udev (not systemd),
which — as you mentioned — is not currently enabled by default. To make
use of them, you need to boot with the kernel argument net.ifnames=1.

We may enable predictable network device names by default in the future,
but not without a proper announcement about it.

-- 
Best regards,
Michael



More information about the Pkg-systemd-maintainers mailing list