diff --git a/stack.sh b/stack.sh index e4b79448f7..1f3af45871 100755 --- a/stack.sh +++ b/stack.sh @@ -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