Comment 9 for bug 1584393

Revision history for this message
Martin Pitt (pitti) wrote :

> --job-mode=ignore-dependencies still keeps ReloadPropagatedTo=. If not, we need something else.

It doesn't, and indeed that would make --job-mode=ignore-dependencies a bit pointless. So we would apply this generally, we would break e. g. some postinst script that does "invoke-rc.d openvpn reload", and the reload of openvpn.service should then be propagated to all openvpn@*.service instances.

So let's be more cautious here and limit this to openssh. Please revert the patch to invoke-rc.d (sudo apt-get install --reinstall init-system-helpers), and run

   sudo patch /etc/network/if-up.d/openssh-server /tmp/openssh-server.patch

instead, and verify that this helps? Thanks!