Debian 13 trixie is now released. And this bug has hit.
From journal:
systemd-sysv-generator: SysV service '/etc/init.d/bitlbee' lacks a native systemd unit file, automatically generating a unit file for compatibility. systemd-sysv-generator: Please update package to include a native systemd unit file. systemd-sysv-generator: ⚠ This compatibility logic is deprecated, expect removal soon. ⚠
Upstream has an example systemd-service: https://github.com/bitlbee/bitlbee/blob/master/init/bitlbee.service.in
Arch ships an even simpler one, attached. It would be great to get this included. Thanks! -- ilf
[Unit] Description=BitlBee IRC/IM gateway [Service] ExecStart=/usr/bin/bitlbee -F -n KillMode=process [Install] WantedBy=multi-user.target

