1eb4df5bfd
The local init fork's Service struct does not have a 'before' field (it supports cmd, args, envs, inherit_envs, type only), and the deny_unknown_fields attribute makes init panic at boot when it parses 'before': init: /etc/init.d/12_dbus.service: unknown field 'before', expected one of 'cmd', 'args', 'envs', 'inherit_envs', 'type' in 'service' The 'before = [13_redbear-sessiond.service]' line was redundant anyway: 13_redbear-sessiond.service already declares requires_weak = ['12_dbus.service'], which orders it after dbus. Fix both redbear-mini.toml and redbear-full.toml.