system: do not delete pid file

PR: https://forum.opnsense.org/index.php?topic=34241.0
This commit is contained in:
Franco Fichtner 2023-05-31 10:05:23 +02:00
parent 1c9677c82a
commit 74c3125e0d

View File

@ -178,7 +178,6 @@ function dpinger_configure_do($verbose = false, $gwname = null, $bootup = false)
continue;
}
killbypid($process['pidfile']);
@unlink($process['pidfile']);
@unlink($process['socket']);
}