Dr. Nikolaus Klepp via tde-users wrote:
Sorry, but since when do es debian give you the
freedom to remove systemd?
Since always - because of this war that started back then. See here
https://wiki.debian.org/Debate/initsystem/sysvinit
https://wiki.debian.org/Init
so if you don't want to deal with systemd just install sysv-init and adjust
the boot part (command line) as instructed:
GRUB_CMDLINE_LINUX_DEFAULT="quiet init=/lib/sysvinit/init ipv6.disable=1"
and the result is
Server
# ps -A | more
PID TTY TIME CMD
1 ? 00:01:59 init
in contrast to the desktop
PID TTY TIME CMD
1 ? 00:00:52 systemd
it can not be easier than this - long live Debian and TDE :)
BR