Add dh_installsystemduser
Add a new dh_installsystemduser helper responsible for istalling package maintainer supplied systemd user instance units and to produce postinst and postrm maintiner scripts code blocks to appropriately enable, mask and disable units when the package is installed, upgraded, or removed.
I debated for a while if the functionality had to be added to dh_installsystemd or to its own helper. I went for the new helper, despite there is some code repetition, because it makes the code much simpler, allows to evolve independently the maintainer script code blocks for system and user units, and I think it makes for easier customization in rule files.
Edited by Daniele Nicolodi