Let's take openvpn as an example. With old-style init.d scripts, a package upgrade meant a service restart openvpn, which rebooted all tunnels. Openvpn with systemd init scripts runs multiple openvpn at tunnelX.service instances. What's the magic rpm macro to run that reboots all of those on package upgrade? --mmazur