mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
tgt: update to 1.0.75
- move files/* to the conventional location - add procd_kill to prevent respawn after stop - update description - remove OpenWRT copyright Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
@@ -223,6 +223,7 @@ stop_service() {
|
||||
| awk '$1 == "Target" {sub(/:/,"",$2); print $2}' \
|
||||
| xargs -r -n1 $tgtadm --mode target --op delete --force --tid
|
||||
$tgtadm --mode sys --op delete
|
||||
procd_kill tgt
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
Reference in New Issue
Block a user