What can I do to prevent that a service starts on install?
When installing zerotier-one manually, i.e. using
apt install zerotier-one it is both enabled (equivalent of systemctl enable zerotier-one) and started (equivalent of systemctl start zerotier-one) automatically. Is there some way of preventing this behviour?
Looking at the control file in the .deb the package is built using dh_systemd_enable to enable it, and dh_installinit to start it. Neither of the manpages for these two pieces of debhelper mention anything about how to prevent enable/start though.