Merge "Stop avoiding calling systemctl for tgtd on Fedora"
diff --git a/stack.sh b/stack.sh
index e4b7944..1f3af45 100755
--- a/stack.sh
+++ b/stack.sh
@@ -1726,8 +1726,7 @@
         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