Hello, I have tested the patch proposed in this bug and it doesn't work for me.
It does indeed remove the old WantedBy= link, but doesn't create the new one and the two lines (old & new) remain in the dsh_state file. Without the patch, the two lines are present in the dsh_state file, but the second one is never created since in enable() : > my $create_links = 0; > if (debian_installed($scriptname)) { > $create_links = 1 unless no_link_installed($scriptname, > $service_path); no_link_installed() will return false for the second entry in the dsh_state file, which is the link to be created for the modified WantedBy= HTH, Kind regards, ...Louis -- Louis Bouchard Software engineer, Cloud & Sustaining eng. Canonical Ltd Ubuntu developer Debian Maintainer GPG : 429D 7A3B DD05 B6F8 AF63 B9C4 8B3D 867C 823E 7A61 _______________________________________________ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers