I have a systemd-generator script which I wrote some years ago and which is now broken after upgrading the system from Debian Bookworm to Trixie. The generator basically creates some services by creating appropriately-named symlinks in /run/systemd/generator/multi-user.target.wants/ to a "template service file" (i.e. a service file with @ in its name).
Starting with Debian Trixie there is no multi-user.target.wants subdirectory in /run/systemd/generator/ . Should I just create this subdirectory myself? Or is there some better subdirectory where to place the symlinks? Or is there some better and completely different way to create these services?
This is running on a headless server. I want to the generated services to be started basically when the system is running normally.