path: virtualbox_7.2.6-dfsg-3/src/VBox/Installer/linux/routines.sh
check_running()
{
    VBOXSVC_PID=`pidof VBoxSVC 2> /dev/null`
    if [ -n "$VBOXSVC_PID" ]; then
        # Ask VBoxSVC to terminate gracefully if it is not
