Merge "Stop avoiding calling systemctl for tgtd on Fedora"

This commit is contained in:
Jenkins 2012-07-17 18:50:53 +00:00 committed by Gerrit Code Review
commit ee7245e1ac

View File

@ -1726,8 +1726,7 @@ elif is_service_enabled n-vol; then
sudo stop tgt || true
sudo start tgt
else
# bypass redirection to systemctl during restart
sudo /sbin/service --skip-redirect tgtd restart
restart_service tgtd
fi
fi