What’s happening?
There are still packages in Ubuntu which ship System V init scripts, but not a systemd service. These packages need to provide a systemd service for Ubuntu 26.10.
Why is this happening now?
Up to and including Ubuntu 26.04 LTS, the systemd package shipped systemd-sysv-generator which generated basic systemd services from legacy System V scripts in /etc/init.d on the fly. This generator was removed from upstream systemd in version v260, and will not be shipped in Ubuntu 26.10.
What about Debian?
There was a mass-bug-filing in Debian for this a couple of years ago when the generator was deprecated, so many packages have already been updated. Further, there is a lintian tag that warns about this.
However, Debian has more time before Forky to migrate remaining System V scripts, so we need to help move things along this cycle.
What do I need to do?
To get started, I have created Launchpad bugs tagged “missing-systemd-service” for affected packages. Where possible, these link to the corresponding Debian bug.
If you or your team maintains an affected package, please ensure this is taken care of this cycle. Most affected packages are in universe and may be good items to work on during +1 maintenance as well.
When is systemd-sysv-generator being removed from Ubuntu?
I plan to upload a new upstream version of systemd in the next few weeks, and the generator will be dropped at that time.