avoid service dependency issues on upgrade (Closes #905772)
requested to merge paelzer-guest/libvirt:fix-service-dependency-issue-on-upgrade-905772 into debian/sid
There still can be confusion between services/sockets and sysV. Looking forward to making service much more complex (split daemons) clean this up and remove remaining sysV subset as all have valid native systemd replacements nowadays.
- d/libvirt-daemon-system.virtlogd.init: removed sysV init file
- d/libvirt-daemon-system.libvirtd.init: removed sysV init file
- d/libvirt-daemon-system.maintscript: rm_conffile for virtlogd, libvirtd and libvirt-guests sysV init file
- d/rules: drop dh_installinit for old sysV scripts
Edited by Christian Ehrhardt