1eb6a9b ipa-restore: restart services at the end

Authored and Committed by François Cami 4 years ago
    ipa-restore: restart services at the end
    
    When IPA was not installed on the restore target host, and
    when httpd was already running, "ipactl stop" does not stop
    httpd. "ipactl start" at the end of the restore tool will
    therefore not restart httpd either.
    Calling "ipactl restart" at the end of the restore fixes the
    issue, and as an added bonus, makes sure IPA can restart itself
    properly.
    
    Fixes: https://pagure.io/freeipa/issue/8226
    Signed-off-by: François Cami <fcami@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>