summaryrefslogtreecommitdiff
path: root/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client')
-rw-r--r--configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client b/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client
index b72f168..60a1192 100644
--- a/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client
+++ b/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client
@@ -1,6 +1,6 @@
-if [[ -f /run/nbd_client.pid ]]; then
+if [[ -f /run/archiso/nbd_client.pid ]]; then
omit_kill_nbd_client() {
- add_omit_pids $(< /run/nbd_client.pid)
+ add_omit_pids $(< /run/archiso/nbd_client.pid)
}
add_hook shutdown_prekillall omit_kill_nbd_client