We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a544d commit bbb40d0Copy full SHA for bbb40d0
scripts/tgtd.service
@@ -20,9 +20,9 @@ ExecStop=/usr/sbin/tgtadm --op update --mode sys --name State --value offline
20
ExecStop=/usr/sbin/tgt-admin --verbose --offline ALL
21
ExecStop=/usr/sbin/tgt-admin --verbose --update ALL --force --conf /dev/null
22
ExecStop=/usr/sbin/tgtadm --op delete --mode system
23
+ExecStop=/usr/sbin/kill -9 $MAINPID
24
-# Exit code: 107 tgtd not running
25
-
+# ExecStop exit code: 107 tgtd not running
26
27
[Install]
28
WantedBy=multi-user.target
0 commit comments